Update a tag group
Log in to add to favouritesPage last updated 19 May 2026
PUT/api/management/projects/{projectId}/taggroups/{tagGroupId}
Parameters
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
| tagGroupId(required) | path | string | The tag group identifier |
Responses
Examples
PUT /api/management/projects/movieDb/taggroups/genres
{
"id": "genre",
"name": "genre",
"description": "A range of movie genres"
}