Browse code

Merge pull request #39248 from dontub/fix-api-operation-PutContainerArchive

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

Yong Tang authored on 2019/06/03 04:56:15
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: