Update Category
PUT/api/v1/customer-data/taxonomies/:taxonomyLevelCustomId/categories/:customId
Updates the mutable fields (name, description) of a live category.
Only name and description are accepted. All other fields (customId, businessId,
parentCustomId, etc.) are silently ignored.
Soft-deleted categories are not found (404).
Request​
Responses​
- 200
- 400
- 401
- 404
- 500
Category updated successfully.
Validation error — missing required field.
Authentication credentials were not provided or are invalid.
The taxonomy level or the category does not exist (including soft-deleted).
Internal Server Error