diff --git a/api/swagger.yaml b/api/swagger.yaml index 7dbdb0ea7d..acbbe47543 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -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"