Skip to main content

ResolveIncidentDto

resolutionMessagestringrequired

Resolution message to send to the user

adminNotesstring
notifyViaEmailbooleanrequired

Whether to notify the user via email

notifyViaPlatformbooleanrequired

Whether to notify the user via platform

ResolveIncidentDto
{
"resolutionMessage": "string",
"adminNotes": "string",
"notifyViaEmail": true,
"notifyViaPlatform": true
}