POST /API/identityAPI/updateRoleByUUID/{roleUUID}/{name}?label=…
description=…&options=…
API Example:
AbstractRemoteIdentityAPI.updateRoleByUUID({'label': /* label the role's label */, 'roleUUID': /* roleUUID the role UUID of the role to update */, 'name': /* name the role's name */, 'description': /* description the role's description */, 'options': /* options the options map (domain, queyList, user) */});
Update a role
Output:
org.ow2.bonita.facade.identity.Role -
Query parameters:
label - the role's label
Form parameters:
description - the role's description
options - the options map (domain, queyList, user)