summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2017-05-04 14:32:13 -0700
committerSebastiaan van Stijn <github@gone.nl>2017-05-04 14:32:13 -0700
commitf57d3454cacf034b286b054dac6a978dae876014 (patch)
treeeb43d8d7d9660b2a92de08c2c8c698459624a368
parentb33bbc79b6f517013010db8506e47fbb07fdb0b1 (diff)
downloaddocker-f57d3454cacf034b286b054dac6a978dae876014.tar.gz
Remove unused filter param from Swagger
Commit 745795ef2e0089c5001e5a2fc7ba8c1ab0234857 added a `filter` query-parameter to all "prune" endpoints, however the parameter was only used when pruning images. This patch removes the filter parameter from the volume-prune endpoint, given that it is not used there, so there is no reason documenting it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-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"