summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-05-15 13:50:18 -0700
committerDessalines <happydooby@gmail.com>2019-05-15 13:50:18 -0700
commit50231e1cc307abeb2bf036d38fdeb11f1a3fdf38 (patch)
treea757a61d3348dbe325d124b2948b24ab77386a72 /docs
parentcac9a41cf8f4e287620ae9918e5d028d9f016046 (diff)
Updating api.md.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 52ac456a..744de5f3 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -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
{