v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Alerts

Mute Topline Alert

post/console/v1/alerts/{id}/mute

Path parameters

idstring required

id

Request body

indefiniteboolean

Mute the alert indefinitely until manually unmuted

durationSecondsinteger

Mute duration in whole seconds

Response

Mute Alert success response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "data": {
    "owner": {
      "ownerID": "user123",
      "ownerType": "USER",
      "ownerName": "John Doe",
      "ownerEmail": "owner123@test.com"
    }
  }
}