From 876d993886c1d674fc004c8bf1895316dc5d4a94 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Mon, 16 Oct 2023 15:12:25 +0200 Subject: [PATCH] api: vncproxy: update description of websocket parameter Since commit 3e7567e0 ("do not use novnc wsproxy"), the websocket upgrade is done via the HTTP server. Signed-off-by: Fiona Ebner --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index c8a87f3f..a31ddb81 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -2267,7 +2267,7 @@ __PACKAGE__->register_method({ websocket => { optional => 1, type => 'boolean', - description => "starts websockify instead of vncproxy", + description => "Prepare for websocket upgrade.", }, 'generate-password' => { optional => 1,