IncidentStatusUpdateDto
statusstringrequired
Possible values: [OPEN, INVESTIGATING, RESOLVED]
adminNotesstring
IncidentStatusUpdateDto
{
"status": "OPEN",
"adminNotes": "string"
}
Possible values: [OPEN, INVESTIGATING, RESOLVED]
{
"status": "OPEN",
"adminNotes": "string"
}