mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 04:41:19 +00:00
Fixing API doc issue.
This commit is contained in:
parent
b1f9950cda
commit
0eb7d6c304
1 changed files with 5 additions and 2 deletions
5
docs/api.md
vendored
5
docs/api.md
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue