Categories
Update a category
You can supply all or any combination of the following properties in the request body:<br /><pre><code> {<br /> "name": "string", "description": "string", "in_category_description": "string", "meta_description": "string", "meta_keywords": "string", "meta_title": "string", "order_location": 0, "live": true, "parent_category_id": 0, "image_id": 0, "in_category_image_id": 0, "last_updated": "string" }<br /></code></pre>
put/api/v1/categories/{id}
Path parameters
idinteger required
The category ID
The category ID
Request body
object nullable required
Response
The updated category
Changes
No recorded changes to this endpoint across all 1 revision of this API.