mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Fixing API doc issue.
This commit is contained in:
parent
2bff0c3d9b
commit
d010da0e8d
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
|
||||
```rust
|
||||
{
|
||||
show_nsfw: bool,
|
||||
auth: String,
|
||||
op: "SaveUserSettings",
|
||||
data: {
|
||||
show_nsfw: bool,
|
||||
auth: String
|
||||
}
|
||||
}
|
||||
```
|
||||
##### Response
|
||||
|
Loading…
Reference in New Issue
Block a user