Merge pull request #35542 from masaeedu/patch-1

Fix consumes MIME type for NetworkConnect
This commit is contained in:
Sebastiaan van Stijn 2017-11-20 18:13:26 +01:00 committed by GitHub
commit 4f4a027908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7891,7 +7891,7 @@ paths:
summary: "Connect a container to a network"
operationId: "NetworkConnect"
consumes:
- "application/octet-stream"
- "application/json"
responses:
200:
description: "No error"