Skip to main content
PATCH
/
api
/
chat
/
{id}
Rename a chat
curl --request PATCH \
  --url https://operator.io/api/chat/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>"
}
'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

API key (ck_live_...). Create one in Settings > API Keys.

Path Parameters

id
string
required

Body

application/json
title
string
required

Response

200 - application/json

Renamed.

ok
boolean