v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSecurity Monitoring
Add a security signal to an incident
Add a security signal to an incident. This makes it possible to search for signals by incident within the signal explorer and to view the signals on the incident timeline.
patch/api/v1/security_analytics/signals/{signal_id}/add_to_incident
Path parameters
signal_idstring required
The ID of the signal.
Request body
Example request
{
"incident_id": 2066
}Response
OK