mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
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:
@@ -6147,14 +6147,6 @@ paths:
|
|||||||
produces:
|
produces:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
operationId: "VolumePrune"
|
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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: "No error"
|
description: "No error"
|
||||||
|
|||||||
Reference in New Issue
Block a user