summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-09-11 14:13:38 -0700
committerDessalines <tyhou13@gmx.com>2019-09-11 14:13:38 -0700
commit0eb7d6c30487b383720d8e0aa417926a37df3aef (patch)
tree2d57d54f57c7ec16cfa4430a1057ea53815c7b22 /docs
parentb1f9950cda4a0db3c05caf8a4fac0d58e080f214 (diff)
Fixing API doc issue.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 871b20e2..95ccd89e 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -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