Skip to main content
PATCH
/
api
/
conversations
/
{conversation_id}
Update Conversation
curl --request PATCH \
  --url https://api.example.com/api/conversations/{conversation_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-docs-v1-local-agent-server-guide.mintlify.app/llms.txt

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

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Payload to update conversation metadata.

title
string
required

New conversation title

Required string length: 1 - 200

Response

Successful Response

success
boolean
default:true