Skip to main content
POST
Create or update a ticket subcategory

Authorizations

Authorization
string
header
required

Partner API key (e.g. nerds_live_a8f3d9k2m5n7p1q4r6t8v0w2x4y6z8)

Body

application/json
id
string
required
Example:

"connectivity"

label
string
required
Example:

"Connectivity"

category_id
string
required

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

Example:

"technical"

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

Response

Subcategory updated

success
boolean
Example:

true

data
object
message
string