Merge pull request #39248 from dontub/fix-api-operation-PutContainerArchive

API: Set format of body parameter in operation PutContainerArchive to "binary"
This commit is contained in:
Yong Tang 2019-06-02 12:56:15 -07:00 committed by GitHub
commit 784bd2c883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: