Mark conversation as read or unread
PATCH/api/v2/conversation/mark-unread/:conversationId
Toggles the manual "unread" status of a specific conversation.
Scenarios:
- Mark as Unread: Set
markAsUnread=true. The response will showmarkedAsUnread: trueandisUnread: true. - Mark as Read: Set
markAsUnread=false. The response will showmarkedAsUnread: falseandisUnread: false.
Request
Responses
- 200
Conversation status updated successfully.