Update api docs.

This commit is contained in:
Dessalines 2019-10-21 12:48:43 -07:00
parent 395ef2675a
commit 3a1e210ce1

2
docs/api.md vendored
View file

@ -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
}
}