Update an alarm configuration.
threshold is a sensitivity scalar (higher values are less sensitive; lower values are more sensitive).Sensitive → 0.5Normal → 1.0Relaxed → 2.0Critical → 2.5true: Alarm is active. The system will evaluate this metric on scheduled runs and can generate alarm/recovery events and notifications.false: Alarm is paused. The config is retained, but scheduled evaluation and notifications for this alarm are disabled until re-enabled.null to clear.webhook_config should be a JSON object with:url (string, required when object is provided)headers (object, optional)null on success, otherwise an array of error objects.