Docs: Update docs on mark as read.
authorlain <lain@soykaf.club>
Sun, 7 Jun 2020 13:41:46 +0000 (15:41 +0200)
committerlain <lain@soykaf.club>
Sun, 7 Jun 2020 13:41:46 +0000 (15:41 +0200)
docs/API/chats.md

index 761047336f089da8d2d5712e435eb0ebe892f532..81ff579413befef2a73b6b040db3daa7c800d359 100644 (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