diff --git a/docs/src/contributing_websocket_http_api.md b/docs/src/contributing_websocket_http_api.md index 04a89cb9b..8a6df622d 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, icon: Option, banner: Option, - category_id: i32 , - auth: String + category_id: i32, + nsfw: bool, + auth: String, } } ```