POST /API/identityAPI/updateProfileMetadataByUUID/{profileMetadataUUID}/{name}/{label}
options=…
API Example:
AbstractRemoteIdentityAPI.updateProfileMetadataByUUID({'name': /* name the new name of the metadata */, 'profileMetadataUUID': /* profileMetadataUUID the UUID of the profile metadata to update */, 'label': /* label the new label of the metadata */, 'options': /* options the options map (domain, queyList, user) */});
Update a profile metadata
Output:
org.ow2.bonita.facade.identity.ProfileMetadata - the updated {@link ProfileMetadata}
Form parameters:
options - the options map (domain, queyList, user)