Alerts
Unmute Topline Alert
post/console/v1/alerts/{id}/unmute
Path parameters
idstring required
id
Request body
Response
Unmute Alert success response
Example response
{
"data": {
"owner": {
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
}
}