Skip to main content
PATCH
/
chats
/
{chat_id}
update chat
curl --request PATCH \
  --url https://api.example.com/chats/{chat_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "analysis_node_id": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

chat_id
string
required

Body

application/json
analysis_node_id
string | null

Response

Successful Response

success
boolean
required