Conversations

Rename a conversation

Updates the title of an existing conversation.

patch/api/conversations/{id}

Request body

titlestring required

The new title for the conversation.

Response

Conversation renamed successfully.

successboolean required

Whether the operation succeeded.

Changes