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