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