]> git.proxmox.com Git - pmg-api.git/blobdiff - src/PMG/NodeConfig.pm
node config: add format_description for 'usage' property
[pmg-api.git] / src / PMG / NodeConfig.pm
index 19d23c344727e0296a9899db95cbd341e4589b2c..6472a9d07dd9605c3adccd1393cb4bd81ff284d0 100644 (file)
@@ -45,6 +45,7 @@ my $acme_domain_desc = {
     usage => {
        type => 'string',
        format => 'pmg-certificate-type-list',
+       format_description => 'usage list',
        description => 'Whether this domain is used for the API, SMTP or both',
     },
 };