Skip to main content
PATCH
Atualizar 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.

Path Parameters

id
string
required

ID do status.

Minimum string length: 1

Body

application/json
name
string

Nome do status.

Required string length: 1 - 80
color
string

Cor do status.

Required string length: 1 - 32
isClosed
boolean

Indica se tickets neste status estão encerrados.

isDefault
boolean

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

index
integer

Posição do status no board.

Required range: x >= 0

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