Forráskód Böngészése

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

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>
(cherry picked from commit fa6f63e79b60d971460ee1fb8d449bdccc66cdfe)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Dominic Tubach 6 éve
szülő
commit
c3bf976a20
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      api/swagger.yaml

+ 1 - 0
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: