Skip to content

Associate a risk with an incident

POST
/v1/incidents/{id}/risks/{risk_id}
curl --request POST \
--url https://api.adversarial.com/api/v1/incidents/INC-00001/risks/RSK-00001
id
required
string

The ID of the incident to associate the risk with — INC-00001 (case-insensitive) or a bare number

Example
INC-00001
risk_id
required
string

The ID of the risk to associate with the incident — RSK-00001 (case-insensitive) or a bare number

Example
RSK-00001

Risk associated

Media typeapplication/json
Examplegenerated
example

Incident not found