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