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:
Brian Goff 2017-05-05 09:24:40 -04:00 committed by GitHub
commit a1e8b2ede8
1 changed files with 0 additions and 8 deletions

View File

@ -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"