1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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." description: "The input stream must be a tar archive compressed with one of the following algorithms: identity (no compression), gzip, bzip2, xz."
schema: schema:
type: "string" type: "string"
format: "binary"
tags: ["Container"] tags: ["Container"]
/containers/prune: /containers/prune:
post: post: