Create a tag
Log in to add to favouritesPage last updated 19 May 2026
POST/api/management/projects/{projectId}/tags
Parameter
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Responses
Examples
POST /api/management/projects/{movieDb}/tags
{
"groupId": "genres",
"value": "superhero",
"label": {
"en-GB": "Super hero"
}
}