patch https://example.com/ums/v2/admin/roles/
Update Role
Performs partial update, if a field is specified in the request it will be updated
Permission ids, if provided (either null, empty list or a non empty list) will replace the existing related permissions
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
name | string | true | ||
permissionIds | array | false |
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
id | string | true | Role ID that needs to be updated | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
This API requires UMS_ADMIN_ROLES_UPDATE_ROLE permission(s).