Update docs to remove restriction of tty resize
| ... | ... |
@@ -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" |