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