From 861c5d670eb47348e367076a37ae979dfa5343d5 Mon Sep 17 00:00:00 2001 From: Dominic Tubach Date: Tue, 21 May 2019 17:09:18 +0200 Subject: [PATCH] API: Set format of body parameter in operation PutContainerArchive to "binary" Signed-off-by: Dominic Tubach (cherry picked from commit fa6f63e79b60d971460ee1fb8d449bdccc66cdfe) Signed-off-by: Sebastiaan van Stijn Upstream-commit: c3bf976a20ae18b628247088ff9935ce615337b8 Component: engine --- components/engine/api/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 988f472dd8..5faabdc4a0 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -6111,6 +6111,7 @@ paths: description: "The input stream must be a tar archive compressed with one of the following algorithms: identity (no compression), gzip, bzip2, xz." schema: type: "string" + format: "binary" tags: ["Container"] /containers/prune: post: