From 7556f8615fb859a400595960484da11da3d2ce41 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 13 Jul 2020 09:50:13 -0400 Subject: Adding a community_name option to GetPosts /post/list . Fixes #800 (#942) --- docs/src/contributing_websocket_http_api.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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, limit: Option, community_id: Option, + community_name: Option, auth: Option } } -- cgit v1.2.3