feat(alerting): pausing alerts requires alert id
This commit is contained in:
@@ -60,8 +60,6 @@ type NotificationTestCommand struct {
|
||||
}
|
||||
|
||||
type PauseAlertCommand struct {
|
||||
AlertId int64 `json:"alertId"`
|
||||
DashboardId int64 `json:"dashboardId"`
|
||||
PanelId int64 `json:"panelId"`
|
||||
Paused bool `json:"paused"`
|
||||
AlertId int64 `json:"alertId"`
|
||||
Paused bool `json:"paused"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user