Skip to main content

Page last updated 19 May 2026

POST/api/management/projects/{projectId}/tags

Parameter

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

Responses

HTTP status codeReasonModel
201CreatedTag
401UnauthorizedError
404Project not foundError
422Validation error(s)Error
500Internal server errorError

Examples

JSON
POST /api/management/projects/{movieDb}/tags

{
    "groupId": "genres",
    "value": "superhero",
    "label": {
        "en-GB": "Super hero"
    }
}

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