Fixing API doc issue.

pull/722/head
Dessalines 5 years ago
parent b1f9950cda
commit 0eb7d6c304

7
docs/api.md vendored

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

Loading…
Cancel
Save