Browse Source

Merge pull request #36962 from Rid/patch-1

Fix swagger file type for ExecIds
Vincent Demeester 7 years ago
parent
commit
8aa753329b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/swagger.yaml

+ 1 - 1
api/swagger.yaml

@@ -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: