Link channels to an alert rule
Alerts
Link Channels to an Alert Rule
Replaces the rule’s subscribed channels with the supplied set.
PUT
Link channels to an alert rule
Authorizations
Use Authorization: Bearer
Path Parameters
The alert rule id.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Body
application/json
Channels to subscribe this rule to, each with an optional severity floor. Replaces the existing set (pass an empty array to clear all).
Response
200 - application/json
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Example:
"workspace-123"
Example:
"GasPressure"
Example:
"high"
Example:
{ "threshold": 90 }Available options:
BLOCK, TICK Example:
"BLOCK"
Example:
true
Incremented each time the rule parameters change. Starts at 1.
Example:
1
Example:
[
{
"alert_channel_id": "44444444-4444-4444-4444-444444444445",
"min_severity": null
}
]Example:
"2026-05-14T12:00:00.000Z"
Example:
"2026-05-14T12:00:00.000Z"
Example:
"High gas on eth"
Example:
"eth"
Example:
"alert-runner-eth-v2"
Last modified on July 1, 2026