mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed exec resize success code in API docs
Signed-off-by: Thomas LEDOS <thomas.ledos92@gmail.com>
This commit is contained in:
parent
8308f749f2
commit
1a933e113d
1 changed files with 1 additions and 1 deletions
|
@ -8782,7 +8782,7 @@ 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"
|
||||||
404:
|
404:
|
||||||
description: "No such exec instance"
|
description: "No such exec instance"
|
||||||
|
|
Loading…
Reference in a new issue