1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #43122 from th0m4s/master

Fixing /exec/{id}/resize response code in API documentation
This commit is contained in:
Tianon Gravi 2022-01-07 11:24:53 -08:00 committed by GitHub
commit ea96e160e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8782,12 +8782,20 @@ paths:
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"