From 1fd5486def959fb85fb09565470b29cd9f1b2558 Mon Sep 17 00:00:00 2001
From: Dessalines <tyhou13@gmx.com>
Date: Fri, 30 Oct 2020 12:46:11 -0500
Subject: [PATCH] Fixing missing community doc.

---
 docs/src/contributing_websocket_http_api.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/src/contributing_websocket_http_api.md b/docs/src/contributing_websocket_http_api.md
index 04a89cb9..8a6df622 100644
--- a/docs/src/contributing_websocket_http_api.md
+++ b/docs/src/contributing_websocket_http_api.md
@@ -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,
   }
 }
 ```
-- 
2.44.1