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
}

Documentation Index

Fetch the complete documentation index at: https://docs.bevor.io/llms.txt

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

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