v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

jsonAnyPropertiesobject

Example request

{
  "riskOwners": [
    {
      "id": "1c412288-b9fa-4fd6-98be-467b2824d33a",
      "name": "Maya Mohan"
    }
  ]
}

Response

No Content