Update session chat
Sessions
Update Session Chat
Applies a partial update to the chat. Body must include at least one of title or modelId and any provided value must be a non-empty string (whitespace is trimmed for title).
PATCH
Update session chat
Authorizations
Path Parameters
The id of the parent session.
The id of the chat being updated.
Body
application/json
- Option 1
- Option 2
Body for PATCH /api/sessions/{sessionId}/chats/{chatId}. At least one of title or modelId must be provided; whichever is provided is trimmed and must be non-empty after trimming.
Response
Chat updated successfully.
