]> git.proxmox.com Git - pmg-api.git/commitdiff
pbs: schema style fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 Nov 2020 15:26:51 +0000 (16:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 Nov 2020 15:27:02 +0000 (16:27 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PMG/API2/PBS/Job.pm

index 2920c549c115dee0fb9c36dab2a3052dec3ae223..b8249bf54bc0aea229031f9573aecb604f450ded 100644 (file)
@@ -482,9 +482,11 @@ __PACKAGE__->register_method ({
            },
        },
     },
-    returns => { type => 'object', properties => {
+    returns => {
+       type => 'object',
+       properties => {
            remote => {
-               description => "Proxmox Backup Server ID.",
+               description => "Proxmox Backup Server remote ID.",
                type => 'string', format => 'pve-configid',
                optional => 1,
            },
@@ -502,7 +504,8 @@ __PACKAGE__->register_method ({
                description => "unit file for the systemd.timer unit",
                type => 'string', optional => 1,
            },
-       }},
+       }
+    },
     code => sub {
        my ($param) = @_;