]> git.proxmox.com Git - pve-common.git/commitdiff
docs: add missing prefix
authorFolke Gleumes <f.gleumes@proxmox.com>
Wed, 27 Mar 2024 13:09:22 +0000 (14:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2024 16:01:35 +0000 (18:01 +0200)
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

index 7be059577f7cb9b246f42f89c173c2d91e34f9e4..4bf0e7890a1bdd81f366f156e8fcfa8902ec5987 100644 (file)
@@ -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',