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

Merge pull request #36962 from Rid/patch-1

Fix swagger file type for ExecIds
This commit is contained in:
Vincent Demeester 2018-05-22 09:39:09 +02:00 committed by GitHub
commit 8aa753329b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4663,7 +4663,7 @@ paths:
AppArmorProfile:
type: "string"
ExecIDs:
type: "string"
type: "array"
HostConfig:
$ref: "#/definitions/HostConfig"
GraphDriver: