diff --git a/api/swagger.yaml b/api/swagger.yaml index 5cdc4f6c2c..445df1972b 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -6443,6 +6443,15 @@ paths: description: "Server error" schema: $ref: "#/definitions/ErrorResponse" + parameters: + - name: "filters" + in: "query" + type: "string" + description: | + A JSON encoded value of the filters (a `map[string][]string`) to process on the plugin list. Available filters: + + - `capability=` + - `enable=|` tags: ["Plugin"] /plugins/privileges: