Fixing API doc issue.

pull/722/head
Dessalines 2019-09-11 14:13:38 -07:00
parent b1f9950cda
commit 0eb7d6c304
1 changed files with 5 additions and 2 deletions

5
docs/api.md vendored
View File

@ -146,8 +146,11 @@ Only the first user will be able to be the admin.
##### Request ##### Request
```rust ```rust
{ {
op: "SaveUserSettings",
data: {
show_nsfw: bool, show_nsfw: bool,
auth: String, auth: String
}
} }
``` ```
##### Response ##### Response