mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-25 04:53:06 +00:00
Docs: Update docs on mark as read.
This commit is contained in:
parent
801e668a97
commit
680fa5fa36
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue