v1
latestOpenAPI 3.0.32026-07-268955212.1 KBtag-groups
[Preview] Update a tag in a tag group
Update the name of an existing tag within a tag group.
The company must have the Tags feature enabled in their price plan.
Preview: This endpoint is in preview and may change or be removed before general availability. Read the full preview policy
Scope: tags:write
put/companies/{companyId}/tag-groups/{tagGroupId}/tags/{tagId}
Request body
Example request
{
"name": "Project Alpha"
}Response
Tag updated
Example response
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"name": "Project Alpha"
}