summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <dessalines@users.noreply.github.com>2020-07-13 09:50:13 -0400
committerGitHub <noreply@github.com>2020-07-13 09:50:13 -0400
commit7556f8615fb859a400595960484da11da3d2ce41 (patch)
treedde5a0872850b06698c5e93d31bbbcb80470f673 /docs
parenta7c1c472fea9ff860b62ad25113cfed0f0d8e0bf (diff)
Adding a community_name option to GetPosts /post/list . Fixes #800 (#942)
Diffstat (limited to 'docs')
-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>
}
}