From 3e919def477cecbc408669b455c5cce9d80c6086 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 23 May 2019 19:11:46 +0200 Subject: [PATCH] Update docs to remove restriction of tty resize Signed-off-by: Adam Dobrawy (cherry picked from commit 4898f493d86129684c29d6cdfc6f65b49eb2ed29) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 2d1aa033a38e6a8b44b4a55a9285ebd80908e725 Component: engine --- components/engine/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index f8adfe9feb..988f472dd8 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -5351,7 +5351,7 @@ paths: /containers/{id}/resize: post: summary: "Resize a container TTY" - description: "Resize the TTY for a container. You must restart the container for the resize to take effect." + description: "Resize the TTY for a container." operationId: "ContainerResize" consumes: - "application/octet-stream"