Conversations

Update conversation

Update a conversation's title or discard status. At least one field must be provided.

patch/v1/dev/user/conversations/{conversation_id}

Path parameters

conversation_idstring required

The ID of the conversation to update.

Request body

titlestring

New title.

discardedboolean

Whether the conversation is discarded.

Response

The updated conversation.

idstring

Unique identifier.

created_atstring date-time

When the conversation record was created.

started_atstring date-time

When the conversation started.

finished_atstring date-time

When the conversation ended.

languagestring

Language code (e.g. en).

sourcestring

Source device or app.

folder_idstring nullable

ID of the folder this conversation belongs to, or null if not in any folder.

folder_namestring nullable

Display name of the folder, or null if not in any folder.

Changes