Updates the title of a session.
cURL
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>" }
API key from Raccoon AI
200
Title updated
Was this page helpful?