Method: OrderCloud::CategoryApi#patch

Defined in:
lib/order_cloud/api/category_api.rb

#patch(catalog_id, category_id, category, opts = {}) ⇒ Category

Parameters:

  • catalog_id

    ID of the catalog.

  • category_id

    ID of the category.

  • category
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



583
584
585
586
# File 'lib/order_cloud/api/category_api.rb', line 583

def patch(catalog_id, category_id, category, opts = {})
  data, _status_code, _headers = patch_with_http_info(catalog_id, category_id, category, opts)
  return data
end