include 'PVEAPIToken=' prefix in the example for target-endpoint which is mainly used for remote migrations.
Signed-off-by: Folke Gleumes <f.gleu...@proxmox.com> --- 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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel