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
}

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