Project
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.