Skip to main content
PUT
Update a tag for a particular team

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamUuid
string
required
tagUuid
string
required

Body

application/json
name
string | null

The name of the tag

Required string length: 1 - 50
Example:

"Urgent"

color
string | null

Color in hexadecimal format

Pattern: ^#([A-Fa-f0-9]{6})$
Example:

"#FF0000"

description
string | null

Optional description of the tag

Maximum string length: 255
Example:

"Used for urgent tickets that need immediate attention"

Response

Operation successful

status
boolean
default:true
required

The status of the response

message
string
default:Success
required

The message of the response

timestamp
string<date-time>
default:2024-01-01T00:00:00.000Z
required

The timestamp of the response

teamUuid
string
required

The team ID

data
object
required

Updates tags for a particular team.