Merge pull request #249 from thaJeztah/19.03_backport_fix_api_operation_PutContainerArchive

[19.03 backport] API: Set format of body parameter in operation PutContainerArchive to "binary"
This commit is contained in:
Sebastiaan van Stijn 2019-06-04 18:41:19 +02:00 committed by GitHub
commit ca602fa7c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: