Skip to main content

Page last updated 19 May 2026

PUT/api/management/projects/{projectId}/tags/{tagId}

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
tagId(required)pathstringguidThe guid identifier for a tag

Responses

HTTP status codeReasonModel
200SuccessTag
401UnauthorizedError
404Project not foundError
404Not Found
422Validation error(s)Error
500Internal server errorError

Examples

JSON
PUT /api/management/projects/website/tags/f749ea46-845d-45fa-aa5a-4abb7e28f5a1

{
    "groupId": "genres",
    "value": "romcom",
    "label": {
        "en-GB": "Rom-com"
    }
}

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