Skip to main content
PUT
Update a tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Headers

teal-instance-id
string
required

The teal instance ID

modified-by
string | null

An optional identifier for audit logging.

Path Parameters

tag_id
string
required

The tag ID

Body

application/json
name
string | null

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

Example:

"Delivery vehicles"

enabled
boolean | null

Whether the tag is able to be assigned to objects.

Example:

true

Response

Successful Response