Nexus API
Update a subcategory
Only user-defined subcategories can be updated, i.e., those where the is_default field is false.
The metadata field can be used to add information to user-defined subcategories. For default categories, this field will be null and can not be changed via Nexus.
This endpoint accepts the optional MX-Skip-Webhook header and skip_webhook parameter.
PUT
/categories/{category_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
category_guid The unique identifier for the category. Defined by MX. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
category | Optional | UpdateSubcategoryRequest |
Loading...