]> git.proxmox.com Git - qemu-server.git/commitdiff
api: vncproxy: update description of websocket parameter
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 16 Oct 2023 13:12:25 +0000 (15:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 16 Oct 2023 14:43:47 +0000 (16:43 +0200)
Since commit 3e7567e0 ("do not use novnc wsproxy"), the websocket
upgrade is done via the HTTP server.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/Qemu.pm

index c8a87f3f2b0f7b9cc23cc782005549293c2799af..a31ddb8110b65cf2b65020cac3db8a5af0d2f7f9 100644 (file)
@@ -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,