Merge pull request #30812 from allencloud/add-filters-for-plugin-list-in-swaggeryml
add filters for plugin list endpoint in swagger.yml Upstream-commit: 98d34ae6063b4e50cb0f82757ab355292a5d29ec Component: engine
This commit is contained in:
@ -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=<capability name>`
|
||||
- `enable=<true>|<false>`
|
||||
tags: ["Plugin"]
|
||||
|
||||
/plugins/privileges:
|
||||
|
||||
Reference in New Issue
Block a user