[pve-devel] [PATCH common] docs: add missing prefix
Folke Gleumes
f.gleumes at proxmox.com
Wed Mar 27 14:09:22 CET 2024
include 'PVEAPIToken=' prefix in the example for target-endpoint which
is mainly used for remote migrations.
Signed-off-by: Folke Gleumes <f.gleumes at 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 at realm!token=SECRET',
+ format_description => 'PVEAPIToken=user at realm!token=SECRET',
},
fingerprint => get_standard_option(
'fingerprint-sha256',
--
2.39.2
More information about the pve-devel
mailing list