Alerting: Remove id and org_id from grafana alert rule API model (#100139)

This commit is contained in:
Yuri Tseretyan
2025-02-05 23:13:22 +02:00
committed by GitHub
parent 0fe4b15d00
commit f7d476e408
11 changed files with 0 additions and 75 deletions
@@ -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"
},