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:
commit
1bf3b68a4b
1 changed files with 0 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue