patch https://{tenanturl}/v1.0/entitlements//children//rights
Entitlements required: tenantadmin [Tenant Administrator], manageAppAccessOwner [Manage Application Entitlements], manageEntitlements [Manage Entitlements].
A role may have child permissions with associated right values. While invoking this api, the parent entitlement code, along with the child permission code, for which the right value needs modification, has to be provided. The preferred language can be selected from the right panel to generate the selected Response example.
Unique identifier of the role, and the child permission needs to be provided in the respective pathparam textboxes. In the body of the api, the following details needs to be provided:
operation: | add, remove, or replace (when old right value needs to be replaced with the new one). |
value: | Unique identifier of right value corresponding to the operation selected. |
oldValue: | Unique identifier of existing right value to be replaced with the new right value. This field is mandatory only if the operation is "replace". |