1
0
Fork 0
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:
Thomas LEDOS 2022-01-05 10:10:37 +01:00
parent 8308f749f2
commit 1a933e113d
No known key found for this signature in database
GPG key ID: DFD27D39F79C88A5

View file

@ -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"