Fix consumes MIME type for NetworkConnect

This route expects `application/json`. Sending a content type header of `application/octet-stream` results in an error.

Signed-off-by: Asad Saeeduddin <masaeedu@gmail.com>
Upstream-commit: 876b32861789a0424557c640622bde47eedd2d98
Component: engine
This commit is contained in:
Asad Saeeduddin
2017-11-18 22:34:23 -05:00
parent 23f0e9211c
commit be9497fbf4
+1 -1
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"