From: Dessalines Date: Mon, 21 Oct 2019 19:48:43 +0000 (-0700) Subject: Update api docs. X-Git-Url: http://these/git/%22https:/image.com/static/gitweb.js?a=commitdiff_plain;h=3a1e210ce19b49334c7fae83815d10c60aa112ad;p=lemmy.git Update api docs. --- 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 } }