Editorial Tags API
Overview
The Editorial Tags API allows for the management of customer-specific topic tags. You can create, list, search, retrieve, update, and delete editorial tags.
Endpoints
| Endpoint | Description | |
|---|---|---|
| Request | 200 Response | |
| POST /v2/customize/editorial_tag/create | Creates a new editorial tag. | |
| EditorialTag | EditorialTag | |
| GET /v2/customize/editorial_tag/list | Returns a list of all existing editorial tags. | |
| EditorialTagListResponse | ||
| GET /v2/customize/editorial_tag/search | Searches for editorial tags by name or ID. | |
| EditorialTagSearchResponse | ||
| GET /v2/customize/editorial_tag/{gkbId} | Retrieves a specific editorial tag by its GKB ID. | |
| EditorialTag | ||
| PUT /v2/customize/editorial_tag/{gkbId} | Updates a specific editorial tag. | |
| EditorialTag | EditorialTag | |
| DELETE /v2/customize/editorial_tag/{gkbId} | Deletes a specific editorial tag. | |
POST /v2/customize/editorial_tag/create
Creates a new editorial tag.
- Request: EditorialTag
- Response: EditorialTag
GET /v2/customize/editorial_tag/list
Returns a list of all existing editorial tags.
- Request: (empty)
- Response: EditorialTagListResponse
GET /v2/customize/editorial_tag/search
Searches for editorial tags by name or ID.
- Request: (empty)
- Response: EditorialTagSearchResponse
GET /v2/customize/editorial_tag/{gkbId}
Retrieves a specific editorial tag by its GKB ID.
- Request: (empty)
- Response: EditorialTag
PUT /v2/customize/editorial_tag/{gkbId}
Updates a specific editorial tag.
- Request: EditorialTag
- Response: EditorialTag
DELETE /v2/customize/editorial_tag/{gkbId}
Deletes a specific editorial tag.
- Request: (empty)
- Response: (empty)