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

Fix swagger file type for ExecIds

Signed-off-by: Grant Millar <grant@seednet.eu>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Grant Millar 2018-04-27 14:28:33 +01:00 committed by Sebastiaan van Stijn
parent 3646562a5c
commit 58a35eaede

View file

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