* [pve-devel] [PATCH common] docs: add missing prefix
@ 2024-03-27 13:09 Folke Gleumes
2024-04-08 16:01 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Folke Gleumes @ 2024-03-27 13:09 UTC (permalink / raw)
To: pve-devel
include 'PVEAPIToken=' prefix in the example for target-endpoint which
is mainly used for remote migrations.
Signed-off-by: Folke Gleumes <f.gleumes@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH common] docs: add missing prefix
2024-03-27 13:09 [pve-devel] [PATCH common] docs: add missing prefix Folke Gleumes
@ 2024-04-08 16:01 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-04-08 16:01 UTC (permalink / raw)
To: Proxmox VE development discussion, Folke Gleumes
Am 27/03/2024 um 14:09 schrieb Folke Gleumes:
> include 'PVEAPIToken=' prefix in the example for target-endpoint which
> is mainly used for remote migrations.
>
> Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
> ---
> src/PVE/JSONSchema.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-08 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 13:09 [pve-devel] [PATCH common] docs: add missing prefix Folke Gleumes
2024-04-08 16:01 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal