X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAPI2%2FGroup.pm;h=1d6ba98bf605da4a3004bb9aae850358d1af7bd3;hp=37f8be24645e204e11dc012d1feb798ac8184cd1;hb=bcf4eb3d4960aa2b3d1e63c482fc35b83bab2c0a;hpb=3a5ae7a0e6a0f3483a43752994bcb03336ff498e diff --git a/PVE/API2/Group.pm b/PVE/API2/Group.pm index 37f8be2..1d6ba98 100644 --- a/PVE/API2/Group.pm +++ b/PVE/API2/Group.pm @@ -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, });