Conversations

Update Conversation

Update conversation status (archive, mark read, etc.).

patch/conversations/{id}

Path parameters

idstring uuid required

Conversation ID

Request body

is_archivedboolean

Archive or unarchive conversation

is_unreadboolean

Mark as read or unread

mark_all_readboolean

Mark all messages as read

Response

Conversation updated

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.