Skip to content

Associate a risk with an incident

POST
/v1/incidents/{id}/risks/{risk_id}
id
required
integer format: int64

The ID of the incident to associate the risk with

Example
123
risk_id
required
string

The ID of the risk to associate with the incident

Example
AKR-1

Risk associated

Incident not found