summaryrefslogtreecommitdiffstats
path: root/docs/api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api.md')
-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