]> git.proxmox.com Git - pve-manager.git/commitdiff
api: fixup missing trailing commas
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Nov 2023 11:28:34 +0000 (12:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Nov 2023 11:28:34 +0000 (12:28 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/ACMEAccount.pm

index 633b8574bbc51d5f39ca40731ab4ab9a2328f89f..93820ec4b99c132283ac5b9e915131e7853947d1 100644 (file)
@@ -391,17 +391,17 @@ __PACKAGE__->register_method ({
                optional => 1,
            },
            externalAccountRequired => {
-               description => 'EAB Required'
+               description => 'EAB Required',
                type => 'boolean',
                optional => 1,
            },
            website => {
-               description => 'URL to more information about the ACME server.'
+               description => 'URL to more information about the ACME server.',
                type => 'string',
                optional => 1,
            },
            caaIdentities => {
-               description => 'Hostnames referring to the ACME servers.'
+               description => 'Hostnames referring to the ACME servers.',
                type => 'string',
                optional => 1,
            },