category_update
Update existing categories by specifying the category ID and fields to modify. Send a JSON array with partial category objects to patch category details.
Instructions
Update (patch) existing categories.
Parameters
data : JSON array of partial category objects. Must include "id" plus the fields to change.
Example
'[{"id": 12, "name": {"ro": "Electronice", "en": "Electronics"}}]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||