Update
Update an existing alert configuration. The config can be identified by either ID or FQN.
Documentation Index
Fetch the complete documentation index at: https://docs.synq.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
UpdateRequest updates an existing alert configuration. The config can be identified by either ID or FQN. update_request.webhook_incompatible_with_grouped_alerts // Webhook targets are not compatible with grouped alerts. Use the no_grouping strategy when sending alerts to webhook targets. update_request.webhook_incompatible_with_ongoing_alerts // Webhook targets are not compatible with ongoing alert strategies (stream or schedule). Use the disabled ongoing strategy when sending alerts to webhook targets.
Identifier for the config to update.
- fqn
- id
Human-readable name for the alert configuration.
1 - 255Query that defines which entities can trigger this alert.
Targets where alerts will be sent. Leave empty to keep existing targets.
AlertingTarget represents a destination where alert notifications will be sent. Each target type has its own specific configuration requirements.
- email
- ms_teams
- owner
- slack
- webhook
Additional settings for the specific alert type.
- issue
- schema_change
Response
Success
UpdateResponse returns the updated alert configuration.
The alert configuration that was updated.