Update Category.
cURL
curl --request PUT \ --url https://api.octaviatech.app/cms/categories/update \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "id": "{{objectId}}", "name": { "en": "Surgery (updated)", "es": "Cirugía (actualizado)" }, "order": 2 }'
{ "success": true, "statusCode": 201, "message": "Category updated", "data": { "id": "{{objectId}}" } }
"{{objectId}}"
Show child attributes
x >= 0
Updated
The response is of type any.
any
Was this page helpful?