|
@@ -5679,12 +5679,20 @@ paths:
|
|
|
description: "Resize the TTY session used by an exec instance. This endpoint only works if `tty` was specified as part of creating and starting the exec instance."
|
|
|
operationId: "ExecResize"
|
|
|
responses:
|
|
|
- 201:
|
|
|
+ 200:
|
|
|
description: "No error"
|
|
|
+ 400:
|
|
|
+ description: "bad parameter"
|
|
|
+ schema:
|
|
|
+ $ref: "#/definitions/ErrorResponse"
|
|
|
404:
|
|
|
description: "No such exec instance"
|
|
|
schema:
|
|
|
$ref: "#/definitions/ErrorResponse"
|
|
|
+ 500:
|
|
|
+ description: "Server error"
|
|
|
+ schema:
|
|
|
+ $ref: "#/definitions/ErrorResponse"
|
|
|
parameters:
|
|
|
- name: "id"
|
|
|
in: "path"
|