summaryrefslogtreecommitdiffstats
path: root/openapi/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'openapi/openapi.json')
-rw-r--r--openapi/openapi.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 8f0d2fe..d2ccd3e 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -478,6 +478,13 @@
"in": "query",
"required": false,
"schema": {"type": "string"}
+ },
+ {
+ "name": "your_follow.accepted",
+ "in": "query",
+ "required": false,
+ "schema": {"type": "boolean"},
+ "description": "Filter to either communities you are following or waiting to follow. Requires login."
}
],
"responses": {