Update Chat Session

View as Markdown
Update the title or pinned status of a user's chat session.

Path parameters

session_idintegerRequired
Chat session ID

Request

This endpoint expects an object.
titlestringOptional
New title for the chat session
is_pinnedbooleanOptional
Whether the chat session is pinned

Response

Updated chat session details
idintegerRead-only
created_atdatetimeRead-only
domain_idstringRead-onlyformat: "uuid"
domain_namestringRead-only
messageslist of maps from strings to anyRead-only
suggestionslist of stringsRead-only
titlestring<=255 characters
is_pinnedboolean

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error