Update category
Use this endpoint to update the attributes of a custom category according to its unique GUID.
PUT
/users/{user_guid}/categories/{category_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
category_guid The unique id for a | Required | String |
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
Category object to be updated (While no single parameter is required, the `category` object cannot be empty)
| Field | Required | Type |
|---|---|---|
category | Required | Object |
Loading...