Skip to main content
PUT
Update Alert

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Alert ID

Body

application/json
threshold
number
Example:

500

interval
string
Example:

"1h"

thresholdType
enum<string>
Available options:
above,
below
Example:

"above"

source
enum<string>
Available options:
tile,
search
Example:

"tile"

dashboardId
string
Example:

"65f5e4a3b9e77c001a567890"

tileId
string
Example:

"65f5e4a3b9e77c001a901234"

channel
object
name
string
Example:

"Updated Alert Name"

message
string
Example:

"Updated message"

Response

Successfully updated alert

data
object
Last modified on July 2, 2026