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:
parent
cae3c91d6b
commit
fa6f63e79b
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue