Merge pull request #33028 from thaJeztah/17.03-remove-unused-filter-param

[17.03.x] Remove unused filter params from Swagger
This commit is contained in:
Brian Goff 2017-05-05 09:25:12 -04:00 committed by GitHub
commit 1bf3b68a4b

View file

@ -4261,14 +4261,6 @@ paths:
produces:
- "application/json"
operationId: "ContainerPrune"
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"
@ -6036,14 +6028,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"
@ -6392,14 +6376,6 @@ paths:
produces:
- "application/json"
operationId: "NetworkPrune"
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"