Browse Source

Add missing Name field to NetworkContainer object

See https://github.com/spotify/docker-client/issues/730

Signed-off-by: David Xia <dxia@spotify.com>
David Xia 8 years ago
parent
commit
eda3ab9394
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api/swagger.yaml

+ 2 - 0
api/swagger.yaml

@@ -1193,6 +1193,8 @@ definitions:
   NetworkContainer:
   NetworkContainer:
     type: "object"
     type: "object"
     properties:
     properties:
+      Name:
+        type: "string"
       EndpointID:
       EndpointID:
         type: "string"
         type: "string"
       MacAddress:
       MacAddress: