From a656f674c246732768cc250606ec71080d928df9 Mon Sep 17 00:00:00 2001 From: Folke Gleumes Date: Wed, 27 Mar 2024 14:09:22 +0100 Subject: [PATCH] docs: add missing prefix include 'PVEAPIToken=' prefix in the example for target-endpoint which is mainly used for remote migrations. Signed-off-by: Folke Gleumes --- src/PVE/JSONSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 7be0595..4bf0e78 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -697,7 +697,7 @@ my $remote_format = { apitoken => { type => 'string', description => 'A full Proxmox API token including the secret value.', - format_description => 'user@realm!token=SECRET', + format_description => 'PVEAPIToken=user@realm!token=SECRET', }, fingerprint => get_standard_option( 'fingerprint-sha256', -- 2.39.2