Skip to main content
PATCH
/
conversation
/
{conversationId}
/
archive
Arquivar ou desarquivar conversa
curl --request PATCH \
  --url http://localhost:3001/conversation/{conversationId}/archive \
  --header 'Content-Type: application/json' \
  --header 'X-JuriChat-Api-Key: <api-key>' \
  --data '
{
  "isArchived": true
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

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

conversationId
string
required

ID da conversa.

Pattern: ^[cC][^\s-]{8,}$

Body

application/json
isArchived
boolean
required

Quando verdadeiro, arquiva a conversa. Quando falso, desarquiva.

Response

Default Response

message
string
required

Confirmação.