From 1a933e113dc20c22c0d5906cf0b07d3f52098bba Mon Sep 17 00:00:00 2001 From: Thomas LEDOS Date: Wed, 5 Jan 2022 10:10:37 +0100 Subject: [PATCH] Fixed exec resize success code in API docs Signed-off-by: Thomas LEDOS --- api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index b8b3ea0946..f8797d99e9 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -8782,7 +8782,7 @@ paths: if `tty` was specified as part of creating and starting the exec instance. operationId: "ExecResize" responses: - 201: + 200: description: "No error" 404: description: "No such exec instance"