PUT
/
v0
/
platform
/
tag-groups
/
{tag_group_id}
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": "Sprinter - 1ab-c23"
}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tag_group_id
string
required

The tag group ID

Body

application/json
name
string
required

An arbitrary string, useful for identifying the tag group to the user.

Example:

"Sprinter - 1ab-c23"

Response

201
application/json
Successful Response

The response is of type any.