Mark All Conversations Read
Mark all DM conversations in a hub as read.
Accepts an optional up_to timestamp in attributes; defaults to now (UTC).
Timestamps in the future are clamped to now. Returns 200 with a
conversation_read_receipts resource containing the final timestamp and
the number of audience rows updated.
Returns 404 when the hub does not exist. Returns 403 when the caller is banned or not an active hub member. Requires Content-Type: application/vnd.api+json.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
JSON:API envelope for POST .../mark-all-read.
data.type must be 'conversation_read_receipts'. data.attributes.up_to is an optional TZ-aware ISO-8601 datetime.