diff --git a/api/swagger.yaml b/api/swagger.yaml index 7dbdb0ea7da71b29799b63910c7b46232977c70f..acbbe475437308d58695f89eaa3e0a30ea0d49cf 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"