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

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>
(cherry picked from commit fa6f63e79b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Dominic Tubach 2019-05-21 17:09:18 +02:00 committed by Sebastiaan van Stijn
parent a62d9b9c21
commit e1e47d090d
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -6222,6 +6222,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: