PATCH https://cms.thepublive.com/publisher/{publisher_id}/category/{id}/
Updates an existing category. Only send the fields you want to change (partial update).
Path Parameters
| Name | Type | Description |
|---|---|---|
| id | integer | Category ID |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
| Content-Type | string | Yes | application/json |
Request Body
Send only the fields you wish to update:| Field | Type | Description |
|---|---|---|
name | string | Category name |
meta_title | string | SEO title |
meta_description | string | SEO description |
content | string | Category description (HTML) |
category_brand_color | string | Brand color (hex) |
priority | integer | Priority level |
Example Request
- 200: OK