feat(alerting): add support for deleting alert rules
This commit is contained in:
@@ -84,6 +84,10 @@ type SaveAlertsCommand struct {
|
||||
Alerts *[]AlertRule
|
||||
}
|
||||
|
||||
type DeleteAlertCommand struct {
|
||||
AlertId int64
|
||||
}
|
||||
|
||||
//Queries
|
||||
type GetAlertsQuery struct {
|
||||
OrgId int64
|
||||
|
||||
Reference in New Issue
Block a user