Skip to content

Commit 9e13280

Browse files
authored
chore: update alerting swagger spec
1 parent 2c2ac09 commit 9e13280

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pkg/services/ngalert/api/tooling/api.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4649,7 +4649,6 @@
46494649
"type": "array"
46504650
},
46514651
"integration": {
4652-
"description": "Integration integration",
46534652
"properties": {
46544653
"lastNotifyAttempt": {
46554654
"description": "A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\nFormat: date-time",
@@ -4793,6 +4792,7 @@
47934792
"type": "array"
47944793
},
47954794
"postableSilence": {
4795+
"description": "PostableSilence postable silence",
47964796
"properties": {
47974797
"comment": {
47984798
"description": "comment",

pkg/services/ngalert/api/tooling/post.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4405,7 +4405,6 @@
44054405
"type": "object"
44064406
},
44074407
"alertGroup": {
4408-
"description": "AlertGroup alert group",
44094408
"properties": {
44104409
"alerts": {
44114410
"description": "alerts",
@@ -4596,7 +4595,6 @@
45964595
"type": "array"
45974596
},
45984597
"gettableSilence": {
4599-
"description": "GettableSilence gettable silence",
46004598
"properties": {
46014599
"comment": {
46024600
"description": "comment",
@@ -4796,6 +4794,7 @@
47964794
"type": "array"
47974795
},
47984796
"postableSilence": {
4797+
"description": "PostableSilence postable silence",
47994798
"properties": {
48004799
"comment": {
48014800
"description": "comment",

pkg/services/ngalert/api/tooling/spec.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7813,7 +7813,6 @@
78137813
}
78147814
},
78157815
"alertGroup": {
7816-
"description": "AlertGroup alert group",
78177816
"type": "object",
78187817
"required": [
78197818
"alerts",
@@ -8008,7 +8007,6 @@
80088007
"$ref": "#/definitions/gettableAlerts"
80098008
},
80108009
"gettableSilence": {
8011-
"description": "GettableSilence gettable silence",
80128010
"type": "object",
80138011
"required": [
80148012
"comment",
@@ -8211,6 +8209,7 @@
82118209
}
82128210
},
82138211
"postableSilence": {
8212+
"description": "PostableSilence postable silence",
82148213
"type": "object",
82158214
"required": [
82168215
"comment",

0 commit comments

Comments
 (0)