From fa6f63e79b60d971460ee1fb8d449bdccc66cdfe 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 --- api/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 7f47dceba3..c3f834c5ed 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -6235,6 +6235,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: