Update a chat
Chats
Update a chat
PATCH
Update a chat
Documentation Index
Fetch the complete documentation index at: https://docs.sure.am/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Generate one from your account settings.
Path Parameters
Chat ID
Body
application/json
Example:
"Updated chat title"
Response
chat updated
User-friendly error message describing the most recent failure of the
assistant for this chat, or null when no error is present. Errors
are classified into a small set of presentable messages so clients
can display them directly without exposing raw provider details:
- Rate limited — "The AI provider is rate limited right now. Please try again in a few minutes."
- Temporarily unavailable — "The AI provider is temporarily unavailable right now. Please try again in a few minutes."
- Misconfigured — "The AI provider is not configured correctly. Please contact your administrator."
- Default fallback — "Failed to generate a response. Please try again."
Successful chats always return
nullfor this field.
Example:
"The AI provider is rate limited right now. Please try again in a few minutes."