Skip to main content
PUT
Mettre à jour l’alerte

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

ID de l’alerte

Corps

application/json
channel
object
dashboardId
string
Exemple:

"65f5e4a3b9e77c001a567890"

interval
string
Exemple:

"1h"

message
string
Exemple:

"Updated message"

name
string
Exemple:

"Updated Alert Name"

source
enum<string>
Options disponibles:
tile,
search
Exemple:

"tile"

threshold
number
Exemple:

500

thresholdType
enum<string>
Options disponibles:
above,
below
Exemple:

"above"

tileId
string
Exemple:

"65f5e4a3b9e77c001a901234"

Réponse

Alerte mise à jour avec succès

data
object
Dernière modification le 26 juin 2026