Update a role
PATCH/nevisidm/api/core/v1/roles/:extId
Since: 2.74.0
Required permission(s): AccessControl.RoleView,AccessControl.RoleModify
Partially updates the role with the given external ID. Only provided fields will be updated. Fields not included in the request body remain unchanged.
Only the name and description of the role can be modified. The external ID and the parent application cannot be changed.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Role updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters