update_category
Partially update a category by ID. Specify only the fields to change, such as name, slug, or parent category.
Instructions
Update an existing category by id (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id | |
| data | Yes | Fields to change on the category. Common fields: name, slug, parentCategoryId (null for a top-level category), description, image, active. |