Risk Management
Update Risk Approvers
Use this API to update the approvers of a specific risk.
Risks approvers cannot be updated for a risk in the Monitoring stage of default risk workflows.
put/api/risk/v2/risks/{riskId}/approvers
Path parameters
riskIdstring uuid required
Unique identifier of the risk
Request body
Example request
{
"riskApprovers": [
{
"id": "1c412288-b9fa-4fd6-98be-467b2824d33a",
"name": "Maya Mohan"
}
]
}Response
No Content