Skip to main content
PUT
/
chat
/
{chatId}
/
title
Update session title
curl --request PUT \
  --url https://api.raccoonai.tech/chat/{chatId}/title \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key from Raccoon AI

Path Parameters

chatId
string<uuid>
required

Body

application/json
title
string
required
Maximum string length: 200

Response

200 - application/json

Title updated

success
boolean
message
string