summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Goff <cpuguy83@gmail.com>2017-05-05 09:24:40 -0400
committerGitHub <noreply@github.com>2017-05-05 09:24:40 -0400
commita1e8b2ede880ffa159c72b4d62c827475fbff531 (patch)
treeeb43d8d7d9660b2a92de08c2c8c698459624a368
parentb33bbc79b6f517013010db8506e47fbb07fdb0b1 (diff)
parentf57d3454cacf034b286b054dac6a978dae876014 (diff)
downloaddocker-17.04.x.tar.gz
Merge pull request #33029 from thaJeztah/17.04-remove-unused-filter-param17.04.x
[17.04.x] Remove unused filter param from Swagger
-rw-r--r--api/swagger.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/api/swagger.yaml b/api/swagger.yaml
index cf25487fdd..2c7038851a 100644
--- a/api/swagger.yaml
+++ b/api/swagger.yaml
@@ -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"