Skip to main content

Update a tag group

Log in to add to favourites

Page last updated 19 May 2026

PUT/api/management/projects/{projectId}/taggroups/{tagGroupId}

Parameters

NameParameter typeTypeDescription
projectId(required)pathstringThe project identifier found in the project overview screen of the management console.
tagGroupId(required)pathstringThe tag group identifier

Responses

HTTP status codeReasonModel
200SuccessTag Group
403ForbiddenError
404Project not foundError
422Validation errorError
500Internal server errorError

Examples

JSON
PUT /api/management/projects/movieDb/taggroups/genres

{
    "id": "genre",
    "name": "genre",
    "description": "A range of movie genres"
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request