Conversations

Update Conversation Endpoint

Update a conversation's title or discard status.

  • conversation_id: The ID of the conversation to update
  • title: New title for the conversation (optional)
  • discarded: Whether the conversation is discarded (optional)
patch/v1/dev/user/conversations/{conversation_id}

Path parameters

conversation_idstring required

Request body

discardedboolean nullable

Whether the conversation is discarded

titlestring nullable

New title for the conversation

Response

Successful Response

created_atstring date-time required
finished_atstring date-time nullable required
folder_idstring nullable
folder_namestring nullable
idstring required
languagestring nullable
sourcestring nullable
started_atstring date-time nullable required

Changes