]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/Group.pm
Add title and print_width fields to properties
[pve-access-control.git] / PVE / API2 / Group.pm
index 37f8be24645e204e11dc012d1feb798ac8184cd1..1d6ba98bf605da4a3004bb9aae850358d1af7bd3 100644 (file)
@@ -13,6 +13,7 @@ use base qw(PVE::RESTHandler);
 register_standard_option('group-id', {
     type => 'string',
     format => 'pve-groupid',
+    title => 'Group ID' ,
     completion => \&PVE::AccessControl::complete_group,
 });