Browse code

API: Set format of body parameter in operation PutContainerArchive to "binary"

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>

Dominic Tubach authored on 2019/05/22 00:09:18
Showing 1 changed files
... ...
@@ -6235,6 +6235,7 @@ paths:
6235 6235
           description: "The input stream must be a tar archive compressed with one of the following algorithms: identity (no compression), gzip, bzip2, xz."
6236 6236
           schema:
6237 6237
             type: "string"
6238
+            format: "binary"
6238 6239
       tags: ["Container"]
6239 6240
   /containers/prune:
6240 6241
     post: