Browse Source

Merge pull request #39820 from grooverdan/containers_json_with_platform

Add missing Platform to swagger definition for /containers/{id}/json
Sebastiaan van Stijn 5 years ago
parent
commit
a30990b3c8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api/swagger.yaml

+ 2 - 0
api/swagger.yaml

@@ -4945,6 +4945,8 @@ paths:
                 type: "integer"
                 type: "integer"
               Driver:
               Driver:
                 type: "string"
                 type: "string"
+              Platform:
+                type: "string"
               MountLabel:
               MountLabel:
                 type: "string"
                 type: "string"
               ProcessLabel:
               ProcessLabel: