5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-24 02:04:10 +03:00

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 <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-10-16 15:12:25 +02:00 committed by Thomas Lamprecht
parent 263c803dd1
commit 876d993886

View 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,