Skip to content

Commit

Permalink
Merge pull request moby#43122 from th0m4s/master
Browse files Browse the repository at this point in the history
Fixing /exec/{id}/resize response code in API documentation
  • Loading branch information
tianon authored Jan 7, 2022
2 parents 0f1d65b + 834272f commit ea96e16
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ea96e16

Please sign in to comment.