fix(alerting): pause dto can only pause one
This commit is contained in:
+3
-4
@@ -138,10 +138,9 @@ type SaveAlertsCommand struct {
|
||||
}
|
||||
|
||||
type PauseAlertCommand struct {
|
||||
OrgId int64
|
||||
AlertIds []int64
|
||||
ResultCount int64
|
||||
Paused bool
|
||||
OrgId int64
|
||||
AlertId int64
|
||||
Paused bool
|
||||
}
|
||||
|
||||
type PauseAllAlertCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user