From: Thomas Lamprecht Date: Mon, 9 Mar 2020 17:10:40 +0000 (+0100) Subject: api/quarantine: mention that one can pass comma-separated list as addresses X-Git-Url: https://git.proxmox.com/?p=pmg-api.git;a=commitdiff_plain;h=bec1937cbe63808bfb81ee50b3af00f3e4da3156 api/quarantine: mention that one can pass comma-separated list as addresses Signed-off-by: Thomas Lamprecht --- diff --git a/src/PMG/API2/Quarantine.pm b/src/PMG/API2/Quarantine.pm index 272dfdb..f8135c6 100644 --- a/src/PMG/API2/Quarantine.pm +++ b/src/PMG/API2/Quarantine.pm @@ -288,7 +288,7 @@ __PACKAGE__->register_method ({ 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 => '', - description => "The address you want to remove.", + description => "The address, or comma-separated list of addresses, you want to remove.", }), }, },