From: Folke Gleumes Date: Wed, 27 Mar 2024 13:09:22 +0000 (+0100) Subject: docs: add missing prefix X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=a656f674c246732768cc250606ec71080d928df9 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 --- 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',