Skip to main content
PATCH
/
api
/
v1
/
conversations
/
{conversation_id}
/
rename
Rename Conversation
curl --request PATCH \
  --url https://api.example.com/api/v1/conversations/{conversation_id}/rename/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Body

application/json
title
string
required

Response

Successful Response

The response is of type Response Rename Conversation Api V1 Conversations Conversation Id Rename Patch · object.