cURL
curl --request PUT \ --url https://api.qevlar.com/v2/investigations/{alert_id}/feedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "outcome": "INCONCLUSIVE" } '
{ "outcome": "INCONCLUSIVE", "description": "<string>", "created_by": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "username": "<string>", "role": "ADMIN", "email": "<string>" }, "created_at": "2023-11-07T05:31:56Z" }
Send a feedback to a review.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
INCONCLUSIVE
MALICIOUS
NOT_HARMFUL
Feedback as been saved.
Show child attributes