PATCH
/
conversations
/
{conversationId}
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

200
application/json
Successful Response
id
string
required
title
string | null
required