Alerting: Remove id and org_id from grafana alert rule API model (#100139)
This commit is contained in:
@@ -1593,10 +1593,6 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"intervalSeconds": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
@@ -1621,10 +1617,6 @@
|
||||
"notification_settings": {
|
||||
"$ref": "#/definitions/AlertRuleNotificationSettings"
|
||||
},
|
||||
"orgId": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"provenance": {
|
||||
"$ref": "#/definitions/Provenance"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user