projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801e668
)
Docs: Update docs on mark as read.
author
lain
<lain@soykaf.club>
Sun, 7 Jun 2020 13:41:46 +0000
(15:41 +0200)
committer
lain
<lain@soykaf.club>
Sun, 7 Jun 2020 13:41:46 +0000
(15:41 +0200)
docs/API/chats.md
patch
|
blob
|
history
diff --git
a/docs/API/chats.md
b/docs/API/chats.md
index 761047336f089da8d2d5712e435eb0ebe892f532..81ff579413befef2a73b6b040db3daa7c800d359 100644
(file)
--- a/
docs/API/chats.md
+++ b/
docs/API/chats.md
@@
-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