cURL
curl --request PUT \ --url https://api.sandbox.teal.dev/v0/platform/tag-groups/{tag_group_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Updates an existing tag group. Unspecified fields will not be updated.
Bearer authentication header of the form Bearer , where is your auth token.
The tag group ID
An arbitrary string, useful for identifying the tag group to the user.
"Sprinter - 1ab-c23"
Successful Response