mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Update api docs.
This commit is contained in:
parent
d3f34bb24a
commit
601b55ca3b
1 changed files with 2 additions and 0 deletions
2
docs/api.md
vendored
2
docs/api.md
vendored
|
@ -150,6 +150,8 @@ Only the first user will be able to be the admin.
|
|||
data: {
|
||||
show_nsfw: bool,
|
||||
theme: String, // Default 'darkly'
|
||||
default_sort_type: i16, // The Sort types from above, zero indexed as a number
|
||||
default_listing_type: i16, // Post listing types are `All, Subscribed, Community`
|
||||
auth: String
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue