Merge pull request #33029 from thaJeztah/17.04-remove-unused-filter-param
[17.04.x] Remove unused filter param from Swagger
This commit is contained in:
commit
a1e8b2ede8
1 changed files with 0 additions and 8 deletions
|
@ -6147,14 +6147,6 @@ paths:
|
|||
produces:
|
||||
- "application/json"
|
||||
operationId: "VolumePrune"
|
||||
parameters:
|
||||
- name: "filters"
|
||||
in: "query"
|
||||
description: |
|
||||
Filters to process on the prune list, encoded as JSON (a `map[string][]string`).
|
||||
|
||||
Available filters:
|
||||
type: "string"
|
||||
responses:
|
||||
200:
|
||||
description: "No error"
|
||||
|
|
Loading…
Reference in a new issue