Investigation Bulk Feedback
patch
Bulk update investigation feedback
feedback.status options:
In Review =
in_reviewReviewed =
reviewed
feedback.outcome options:
Malicious =
COMPLETED_BREACHED_CONFIRMEDSuspicious =
COMPLETED_BREACHED_SUSPICIOUSBenign =
COMPLETED_FALSE_ALERTInconclusive =
INCOMPLETEIgnored =
IGNORED
feedback.priority options:
Informational =
informationalNotable =
notableUrgent =
urgent
Authorizations
Body
investigation_idsnumber[]Required
Responses
200
Feedback updated
application/json
400
Malformed request
application/json
401
No user on API key
application/json
403
Access denied
application/json
404
Investigations not found for investigation_ids
application/json
500
System error
application/json
503
System not ready for requests
application/json
patch
/app/api/v1/investigation-bulk-feedbackPATCH /app/api/v1/investigation-bulk-feedback HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 173
{
"investigation_ids": [
1
],
"feedback": {
"status": "reviewed",
"outcome": "COMPLETED_BREACHED_CONFIRMED",
"priority": "informational",
"outcome_note": "text",
"exclude_learning": false
}
}{
"investigation_id": 1
}Last updated
Was this helpful?