External DocumentationTo learn more, visit the FireHydrant documentation.
Actions
Update Signals Alert
Update a signal alert by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Alert ID | The ID of the signal alert to update. |
| Noise | Select to indicate that the alert is noisy. |
{
"id": "string",
"summary": "string",
"is_noise": true
}
Was this page helpful?