Update a tag
Log in to add to favouritesPage last updated 19 May 2026
PUT/api/management/projects/{projectId}/tags/{tagId}
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| tagId(required) | path | string | guid | The guid identifier for a tag |
Responses
Examples
PUT /api/management/projects/website/tags/f749ea46-845d-45fa-aa5a-4abb7e28f5a1
{
"groupId": "genres",
"value": "romcom",
"label": {
"en-GB": "Rom-com"
}
}