Skip to main content
POST
Criar status de ticket

Authorizations

x-jurichat-api-key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.

Body

application/json
name
string
required

Nome do status.

Required string length: 1 - 80
color
string
required

Cor do status.

Required string length: 1 - 32
isClosed
boolean
default:false

Indica se tickets neste status estão encerrados.

isDefault
boolean
default:false

Indica se este é o status padrão de novos tickets.

Response

Default Response

id
string
required
officeId
string
required
name
string
required
color
string
required
index
integer
required
isClosed
boolean
required
isDefault
boolean
required
key
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required