go back to AlertService

POST /alerts/messages/{id}/confirm

Marks a specific message, as determined by the ID, as confirmed.

Roles that can access this endpoint are Users.

Parameters

name description type default type
id the ID for the message to be confirmed path String
value the boolean value for which to update the "is_confirmed" value for the alert message query true Boolean

Result

Response of type: text/plain

Response object with Success or Failure status and status string to display to the user

Try It Out

Request

- Authentication Help
- String
- Boolean