Set Triage Status¶
POST /1.3/triage/submissions/{submissionId}/status
Description¶
Sets the status of a phishing email submission with one of the phishing namespace tags.
By default, every submission is set to "UNRESOLVED"
.
Parameters¶
URL Path Parameters¶
Parameter | Required | Default | Description |
---|---|---|---|
submissionId | X | The ID of the phishing email submission generated by TruSTAR. |
Query String Parameters¶
Parameter | Required | Default | Description |
---|---|---|---|
status | X | The triage status of the phishing email submission. Accepted status options: "CONFIRMED” or "IGNORED” . |
Response (200)¶
No content.