feat(alerting): removes pause per datasource
This commit is contained in:
@@ -65,7 +65,6 @@ type PauseAlertCommand struct {
|
||||
Paused bool `json:"paused"`
|
||||
}
|
||||
|
||||
type PauseAlertsCommand struct {
|
||||
DataSourceIds []int64 `json:"datasourceId"`
|
||||
Paused bool `json:"paused"`
|
||||
type PauseAllAlertsCommand struct {
|
||||
Paused bool `json:"paused"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user