AladiaDocs
Api referenceRooms

Update the unread of a room

Update the unread of a room

PATCH
/v2/rooms/{id}/unread

Update the unread of a room

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

value*boolean
muteFor?number
Range1 <= value
messageId?string

Lettura progressiva: "letto fino a questo messaggio" (i non letti si ricontano da lì).

Response Body

application/json

curl -X PATCH "https://example.com/v2/rooms/string/unread?value=true"
{}