Docs: Document new mandatory parameter.

This commit is contained in:
lain 2020-06-07 20:23:17 +02:00
parent fe2a5d0614
commit 1a2acce7c5
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@ Returned data:
### Marking a chat as read
To set the `unread` count of a chat to 0, call
To mark a number of messages in a chat up to a certain message as read, you can use
`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.
- last_read_id: Given this id, all chat messages until this one will be marked as read. Required.
Returned data: