]> Untitled Git - lemmy.git/commitdiff
Update api docs.
authorDessalines <tyhou13@gmx.com>
Mon, 21 Oct 2019 19:48:43 +0000 (12:48 -0700)
committerDessalines <tyhou13@gmx.com>
Mon, 21 Oct 2019 19:48:43 +0000 (12:48 -0700)
docs/api.md

index eb408f75cba04302401ac4b6b99242aea2eed4b4..ec02ebdd760474aae2d08c62cbb9ed1f695070fb 100644 (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
   }
 }