Docs: Update docs on mark as read.

This commit is contained in:
lain 2020-06-07 15:41:46 +02:00
parent 801e668a97
commit 680fa5fa36
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ To set the `unread` count of a chat to 0, call
`POST /api/v1/pleroma/chats/:id/read`
Parameters:
- last_read_id: Given this id, all chat messages until this one will be marked as read. This should always be used.
Returned data:
```json