From f57d3454cacf034b286b054dac6a978dae876014 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 4 May 2017 14:32:13 -0700 Subject: 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 --- api/swagger.yaml | 8 -------- 1 file changed, 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" -- cgit v1.2.1