From 601b55ca3b45f777c424221acb0ffde0bed378d7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 21 Oct 2019 12:48:43 -0700 Subject: [PATCH] Update api docs. --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index eb408f75c..ec02ebdd7 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 } }