From 4898f493d86129684c29d6cdfc6f65b49eb2ed29 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 --- api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 7f47dceba3..b06b71b85c 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -5475,7 +5475,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"