Fixing API doc issue.
This commit is contained in:
parent
2bff0c3d9b
commit
d010da0e8d
1 changed files with 5 additions and 2 deletions
7
docs/api.md
vendored
7
docs/api.md
vendored
|
@ -146,8 +146,11 @@ Only the first user will be able to be the admin.
|
||||||
##### Request
|
##### Request
|
||||||
```rust
|
```rust
|
||||||
{
|
{
|
||||||
show_nsfw: bool,
|
op: "SaveUserSettings",
|
||||||
auth: String,
|
data: {
|
||||||
|
show_nsfw: bool,
|
||||||
|
auth: String
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
##### Response
|
##### Response
|
||||||
|
|
Reference in a new issue