]> git.proxmox.com Git - pmg-api.git/commitdiff
api/quarantine: mention that one can pass comma-separated list as addresses
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Mar 2020 17:10:40 +0000 (18:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Mar 2020 17:23:10 +0000 (18:23 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PMG/API2/Quarantine.pm

index 272dfdb64f1e6dd3ea77247fb5e87ba3f020644b..f8135c66abc088131c2e7de8446a3ae3be37a547 100644 (file)
@@ -288,7 +288,7 @@ __PACKAGE__->register_method ({
            pmail => $pmail_param_type,
            address => get_standard_option('pmg-whiteblacklist-entry-list', {
                pattern => '',
            pmail => $pmail_param_type,
            address => get_standard_option('pmg-whiteblacklist-entry-list', {
                pattern => '',
-               description => "The address you want to remove.",
+               description => "The address, or comma-separated list of addresses, you want to remove.",
            }),
        },
     },
            }),
        },
     },
@@ -396,7 +396,7 @@ __PACKAGE__->register_method ({
            pmail => $pmail_param_type,
            address => get_standard_option('pmg-whiteblacklist-entry-list', {
                pattern => '',
            pmail => $pmail_param_type,
            address => get_standard_option('pmg-whiteblacklist-entry-list', {
                pattern => '',
-               description => "The address you want to remove.",
+               description => "The address, or comma-separated list of addresses, you want to remove.",
            }),
        },
     },
            }),
        },
     },