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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user