Revert "fix(alerting): pause dto can only pause one"

This reverts commit b2c5a6a037.
This commit is contained in:
bergquist
2016-12-19 16:07:55 +01:00
parent b2c5a6a037
commit 6c2c3c7e24
3 changed files with 27 additions and 11 deletions
+4 -3
View File
@@ -138,9 +138,10 @@ type SaveAlertsCommand struct {
}
type PauseAlertCommand struct {
OrgId int64
AlertId int64
Paused bool
OrgId int64
AlertIds []int64
ResultCount int64
Paused bool
}
type PauseAllAlertCommand struct {