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:
parent
3646562a5c
commit
58a35eaede
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue