Go!Scan
Modify alert
Updates the status of an alert.
POST
/
api
/
v1
/
alerts
/
{alert_id}
/
status
Path parameters
alert_id
string
requiredBody parameters
comment
string
status
integer
Possible states: 1 (Unknown), 2 (New), 3 (Pending Information), 4 (True Hit), 5 (True Hit Accepted), 6 (True Hit Rejected), 7 (False Positive)
Response body
No content.