Update a tag for a particular team
Tags
Update a tag for a particular team
PUT
Update a tag for a particular team
Authorizations
Enter your API key
Body
application/json
The name of the tag
Required string length:
1 - 50Example:
"Urgent"
Color in hexadecimal format
Pattern:
^#([A-Fa-f0-9]{6})$Example:
"#FF0000"
Optional description of the tag
Maximum string length:
255Example:
"Used for urgent tickets that need immediate attention"
Response
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.