v1
latestOpenAPI 3.0.32026-07-26710398.3 KBProject
Update Tag Group
Rename and/or recolor a user-defined tag group. Applies to every tag in the group. System groups (branding/intentType) cannot be modified.
patch/tag-groups/{group}
Path parameters
groupstring required
The current group name (URL-encoded)
Example:persona
Request body
Example request
{
"name": "audience",
"color": "green"
}Response
Group updated successfully