Tags
Update a tag
Updates an existing tag. Unspecified fields will not be updated.
PUT
/
v0
/
tags
/
{tag_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe teal instance ID
Path Parameters
tag_id
string
requiredThe tag ID
Body
application/json
name
string | null
An arbitrary string, useful for identifying the tag to the user.
enabled
boolean | null
Whether the tag is able to be assigned to objects.
Response
201 - application/json
The response is of type any
.