POST https://cms.thepublive.com/publisher/{publisher_id}/tag/
Creates a new tag.
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 | Required | Description |
|---|---|---|---|
name* | string | Yes | Tag name |
english_name* | string | Yes | English name |
meta_title | string | No | SEO title |
meta_description | string | No | SEO description |
content | string | No | Tag description (HTML) |
Example Request
- 200: OK