aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2022-03-31 21:06:29 +0200
committerMarkus Armbruster <armbru@redhat.com>2022-04-05 12:30:45 +0200
commitc7f4a0fc785b69f0a87f79d2eb87c480aad44855 (patch)
tree2f7656ad7386b7f270deea28fba17544e292f9ed
parent74dd52e556a4d0c0e20c30ab608916f370a8775f (diff)
qapi: fix example of query-vnc command
The return value is missing the mandatory member @websocket. Fix it. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220331190633.121077-6-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r--qapi/ui.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/qapi/ui.json b/qapi/ui.json
index c039b8b3cb..13a8bb82aa 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -658,6 +658,7 @@
# "host":"127.0.0.1",
# "service":"50401",
# "family":"ipv4"
+# "websocket":false,
# }
# ]
# }