Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json
name
string
required

The name of the tag

Required string length: 1 - 50
Example:

"Cat"

color
string
required

Color in hexadecimal format

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

"#FF0000"

tagType
enum<string>
required

The type of the tag

Available options:
ticket,
skills
description
string | null

Optional description of the tag

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

data
object
required

The response for create/update/delete tag operations