Tag Groups
Update a tag
patch/tag-groups/{tagGroupId}/tags/{tagId}
Path parameters
tagGroupIdstring required
Example:0f0e000-000d-0d00-000b-00db0d000fae
Unique UUID of the tag group.
tagIdstring required
Example:0f0e000-000d-0d00-000b-00db0d000fae
Unique UUID of the tag.
Request body
Response
Tag has been updated
Example response
{
"id": "0f0e000-000d-0d00-000b-00db0d000fae",
"tagGroupId": "0f0e000-000d-0d00-000b-00db0d000fae",
"attributeValues": [
{
"attributeId": "0f0e000-000d-0d00-000b-00db0d000fae"
}
]
}