summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_websocket_http_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/contributing_websocket_http_api.md')
-rw-r--r--docs/src/contributing_websocket_http_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/contributing_websocket_http_api.md b/docs/src/contributing_websocket_http_api.md
index 567f674c..6ed25b98 100644
--- a/docs/src/contributing_websocket_http_api.md
+++ b/docs/src/contributing_websocket_http_api.md
@@ -1149,6 +1149,7 @@ Post listing types are `All, Subscribed, Community`
page: Option<i64>,
limit: Option<i64>,
community_id: Option<i32>,
+ community_name: Option<String>,
auth: Option<String>
}
}