]> Untitled Git - lemmy.git/commitdiff
Updating api.md.
authorDessalines <tyhou13@gmx.com>
Wed, 15 May 2019 20:50:18 +0000 (13:50 -0700)
committerDessalines <tyhou13@gmx.com>
Wed, 15 May 2019 20:50:18 +0000 (13:50 -0700)
docs/api.md

index 52ac456a748eb5b2573d1813f991cf9765f80d85..744de5f3b9a49ca3766341ad71ed47a2425e63ad 100644 (file)
@@ -545,7 +545,7 @@ Mods and admins can remove and lock a community, creators can delete it.
 ```
 
 #### Get Posts
-Post listing types are `All, Subscribed, Community`.
+Post listing types are `All, Subscribed, Community`
 
 ##### Request
 ```rust
@@ -570,6 +570,8 @@ Post listing types are `All, Subscribed, Community`.
 ```
 
 #### Create Post Like
+`score` can be 0, -1, or 1
+
 ##### Request
 ```rust
 {
@@ -712,6 +714,8 @@ Mods and admins can remove a comment, creators can delete it.
 ```
 
 #### Create Comment Like
+`score` can be 0, -1, or 1
+
 ##### Request
 ```rust
 {