Rename session
chat-sessions
Rename session
Update session title. 403 if session not owned, 404 if not found, 422 if title empty/blank or exceeds 255 chars.
PATCH
Rename session
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Project identifier
Path Parameters
Session ID
Body
application/json
Request body for PATCH /api/chat/sessions/{session_id}.
New title for the chat
Required string length:
1 - 255
