v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
v2
chat
chat

Update session title

Update the title of a chat session.

Allows the user to rename their chat session.

Args: session_id: The session ID to update. request: Request body containing the new title. user_id: The authenticated user's ID.

Returns: dict: Status of the update.

Raises: HTTPException: 404 if session not found or not owned by user.

patch/api/chat/sessions/{session_id}/title

Path parameters

session_idstring required

Request body

titlestring required

Response

Successful Response

object required