Team tags
Update a tag for a particular team
PUT
Authorizations
Enter JWT bearer token
Enter organization ID
Body
application/json
The name of the tag
Required string length:
1 - 50
Example:
"Urgent"
Color in hexadecimal format
Example:
"#FF0000"
Optional description of the tag
Maximum length:
255
Example:
"Used for urgent tickets that need immediate attention"
Response
200
application/json
Operation successful
The status of the response
The message of the response
The timestamp of the response
The team ID
Updates tags for a particular team.