]> Untitled Git - lemmy.git/commitdiff
Fixing missing community doc.
authorDessalines <tyhou13@gmx.com>
Fri, 30 Oct 2020 17:46:11 +0000 (12:46 -0500)
committerDessalines <tyhou13@gmx.com>
Fri, 30 Oct 2020 17:46:11 +0000 (12:46 -0500)
docs/src/contributing_websocket_http_api.md

index 04a89cb9b08dc356803c2f71e5a30115435035ec..8a6df622d3089f19f6fb7bc7f4b2237777fc2a80 100644 (file)
@@ -1200,8 +1200,9 @@ Search types are `All, Comments, Posts, Communities, Users, Url`
     description: Option<String>,
     icon: Option<String>,
     banner: Option<String>,
-    category_id: i32 ,
-    auth: String
+    category_id: i32,
+    nsfw: bool,
+    auth: String,
   }
 }
 ```