Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit b816f5e

Browse files
Fix field name for IsPaused
1 parent d3e7761 commit b816f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerting_alert_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type AlertRule struct {
2525
For string `json:"for"`
2626
ForDuration time.Duration `json:"-"`
2727
Provenance string `json:"provenance"`
28-
IsPaused bool `json:"is_paused"`
28+
IsPaused bool `json:"isPaused"`
2929
}
3030

3131
// RuleGroup represents a group of rules in Grafana Alerting.

0 commit comments

Comments
 (0)