/watcher/{watcher_id}
Developing
PUT
/watcher/{watcher_id}
Last modified:2024-12-11 16:14:10
Parameters are the same as for /watcher/create.
The id of the watcher to be updated is provided in URL, e.g.
/watcher/123
Request
Path Params
watcher_id
stringÂ
required
Body Params application/x-www-form-urlencoded
alert
stringÂ
optional
chips
stringÂ
optional
name
stringÂ
optional
alert_slack_channel
stringÂ
optional
expiration_time
stringÂ
optional
alert_email_recipient_ids
stringÂ
optional
mention_slack_recipient_ids
stringÂ
optional
alert_teams_webhook_url
stringÂ
optional
Request samples
Responses
Modified at 2024-12-11 16:14:10