Skip to main content
PATCH
/
conversations
/
{conversationId}
Edit conversation data
curl --request PATCH \
  --url https://app.docs.bynesoft.com/api/ask/conversations/{conversationId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "title": "<string>"
}'
{
  "id": "<string>",
  "title": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

conversationId
string
required

Body

application/json
title
string
required
Required string length: 1 - 255

Response

Successful Response

id
string
required
title
string | null
required
I