Documentation: Add GET /chats/:id
authorlain <lain@soykaf.club>
Sun, 10 May 2020 11:27:40 +0000 (13:27 +0200)
committerlain <lain@soykaf.club>
Sun, 10 May 2020 11:27:40 +0000 (13:27 +0200)
docs/API/chats.md

index 1f6175f771c93673d50b827b6c0cdd551f79376f..ed160abd9c894ef5175c1cd864312bfd487285ff 100644 (file)
@@ -43,12 +43,17 @@ you can call:
 
 `POST /api/v1/pleroma/chats/by-account-id/{account_id}`
 
-The account id is the normal FlakeId of the usre
-
+The account id is the normal FlakeId of the user
 ```
 POST /api/v1/pleroma/chats/by-account-id/someflakeid
 ```
 
+If you already have the id of a chat, you can also use
+
+```
+GET /api/v1/pleroma/chats/:id
+```
+
 There will only ever be ONE Chat for you and a given recipient, so this call
 will return the same Chat if you already have one with that user.