POST /API/identityAPI/updateGroupByUUID/{groupUUID}/{name}?label=…&parentGroupUUID=…
description=…&options=…
API Example:
AbstractRemoteIdentityAPI.updateGroupByUUID({'label': /* label the group's label */, 'parentGroupUUID': /* parentGroupUUID the parent group UUID */, 'name': /* name the group's name */, 'groupUUID': /* groupUUID the actual group UUID of the group to update */, 'description': /* description the group's description */, 'options': /* options the options map (domain, queyList, user) */});
Update a group
Output:
org.ow2.bonita.facade.identity.Group - the updated {@link Group}
Query parameters:
label - the group's label
parentGroupUUID - the parent group UUID
Form parameters:
description - the group's description
options - the options map (domain, queyList, user)