Updates the title of a session.
cURL
curl --request PUT \ --url https://api.raccoonai.tech/sessions/{sessionId}/title \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
{ "success": true, "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.raccoonai.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raccoonai.tech/llms.txt
Use this file to discover all available pages before exploring further.
API key from Raccoon AI
200
Title updated
Was this page helpful?