feat(alerting): pausing alerts requires alert id

This commit is contained in:
bergquist
2016-10-11 10:53:24 +02:00
parent 8b0c29b104
commit c6cf7647ff
4 changed files with 7 additions and 44 deletions
+2 -4
View File
@@ -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"`
}