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

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>
This commit is contained in:
Dominic Tubach 2019-05-21 17:09:18 +02:00
parent cae3c91d6b
commit fa6f63e79b

View file

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