From: Fiona Ebner Date: Mon, 16 Oct 2023 13:12:25 +0000 (+0200) Subject: api: vncproxy: update description of websocket parameter X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=876d993886c1d674fc004c8bf1895316dc5d4a94 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 --- diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index c8a87f3..a31ddb8 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,