summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-10-21 12:48:43 -0700
committerDessalines <tyhou13@gmx.com>2019-10-21 12:48:43 -0700
commit3a1e210ce19b49334c7fae83815d10c60aa112ad (patch)
tree76906dc7498d70c14c3c2ceb4e03726a3f4ed24c /docs
parent395ef2675a8f954bb1376c87a5fae065588daebd (diff)
Update api docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index eb408f75..ec02ebdd 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -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
}
}