Tags
Update a tag
Updates an existing tag. Unspecified fields will not be updated.
PUT
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The teal instance ID
Path Parameters
The tag ID
Body
application/json
An arbitrary string, useful for identifying the tag to the user.
Example:
"Delivery vehicles"
Whether the tag is able to be assigned to objects.
Example:
true
Response
201
application/json
Successful Response
The response is of type any
.