Skip to main content
PUT
Update a status

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

key
string
required

Body

application/json
name
string
color
string
category
enum<string>

Fixed type: open = new, active = being worked on, done = finished. Changing it changes how the platform treats every ticket in this status.

Available options:
open,
active,
done
condition
string | null
is_default
boolean

Response

Status updated