Create a tag group
Log in to add to favouritesPage last updated 19 May 2026
POST/api/management/projects/{projectId}/taggroups
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/taggroups/
{
"id": "genre",
"name": "genre",
"description": "A range of movie genres"
}