Read messages
POST/v1/spaces/:space_id/chats/:chat_id/messages/read
Marks messages within the given order-id range as read. Pass an empty body to mark the entire chat as read. type defaults to "messages"; use "mentions" to mark unread @-mentions instead.
Request​
Responses​
- 200
- 400
- 401
- 500
Marked as read
Bad request
Unauthorized
Internal server error