Skip to main content
PATCH
/
conversations
/
{conversation_id}
/
title
Rename Conversation
curl --request PATCH \
  --url https://api.zo.computer/conversations/{conversation_id}/title \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

conversation_id
string
required

Body

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

Response

Successful Response