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

Path Parameters

conversation
integer
required

Conversation ID

Body

application/json
title
string

New conversation title

Response

Conversation update accepted