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>
Upstream-commit: c3bf976a20ae18b628247088ff9935ce615337b8
Component: engine
This commit is contained in:
Dominic Tubach
2019-06-07 14:38:27 +02:00
committed by Sebastiaan van Stijn
parent 3e919def47
commit 861c5d670e
+1
View File
@@ -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: