Skip to main content
POST
Mark a conversation unread again for the acting member

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
message_uuid
string<uuid>

Start being unread from this message. Must belong to the conversation. Omit to mark the whole conversation unread.

last_read_at
string<date-time>

Alternative to message_uuid: place the cursor at an explicit moment. Ignored when message_uuid is given.

Response

Marked unread

success
boolean
Example:

true

message
string
Example:

"Conversation marked unread"

data
object