Tags
Update a tag group
Updates an existing tag group. Unspecified fields will not be updated.
PUT
/
v0
/
platform
/
tag-groups
/
{tag_group_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
tag_group_id
string
requiredThe tag group ID
Body
application/json
name
string
requiredAn arbitrary string, useful for identifying the tag group to the user.
Response
201 - application/json
The response is of type any
.