Browse code

Merge pull request #39265 from ad-m/patch-1

Update docs to remove restriction of tty resize

Sebastiaan van Stijn authored on 2019/05/26 04:54:45
Showing 1 changed files
... ...
@@ -5475,7 +5475,7 @@ paths:
5475 5475
   /containers/{id}/resize:
5476 5476
     post:
5477 5477
       summary: "Resize a container TTY"
5478
-      description: "Resize the TTY for a container. You must restart the container for the resize to take effect."
5478
+      description: "Resize the TTY for a container."
5479 5479
       operationId: "ContainerResize"
5480 5480
       consumes:
5481 5481
         - "application/octet-stream"