| Parameter | Type | Description |
|---|---|---|
| id | integer | Category ID |
| Key | Type | Description |
|---|---|---|
| name | string |
| Key | Type | Description |
|---|---|---|
| category | Category | See: Category model |
| Status | Description |
|---|---|
404 | Category not found |
422 | Invalid parameters - see Invalid parameters errors model |
{
"category": {} // Category - see 'Category model'
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/operations/article_categories/1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}