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"
}
}
}Changes
Changed in 1 of the 8 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○