Skip to main content
POST
Create or update a ticket category

Authorizations

Authorization
string
header
required

Partner API key (e.g. nerds_live_a8f3d9k2m5n7p1q4r6t8v0w2x4y6z8)

Body

application/json
id
string
required
Example:

"technical"

label
string
required
Example:

"Technical"

type_id
string
required

The ticket type id this category belongs to (must exist)

Example:

"support"

sort_order
integer | null
status
enum<string>
default:active
Available options:
active,
inactive

Response

Category updated

success
boolean
Example:

true

data
object
message
string