Skip to content

Commit b57736b

Browse files
chore: update alerting swagger spec
1 parent 9bf1aa9 commit b57736b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4225,6 +4225,7 @@
42254225
"type": "object"
42264226
},
42274227
"alertGroup": {
4228+
"description": "AlertGroup alert group",
42284229
"properties": {
42294230
"alerts": {
42304231
"description": "alerts",
@@ -4408,12 +4409,14 @@
44084409
"type": "object"
44094410
},
44104411
"gettableAlerts": {
4412+
"description": "GettableAlerts gettable alerts",
44114413
"items": {
44124414
"$ref": "#/definitions/gettableAlert"
44134415
},
44144416
"type": "array"
44154417
},
44164418
"gettableSilence": {
4419+
"description": "GettableSilence gettable silence",
44174420
"properties": {
44184421
"comment": {
44194422
"description": "comment",
@@ -4468,6 +4471,7 @@
44684471
"type": "array"
44694472
},
44704473
"integration": {
4474+
"description": "Integration integration",
44714475
"properties": {
44724476
"lastNotifyAttempt": {
44734477
"description": "A timestamp indicating the last attempt to deliver a notification regardless of the outcome.\nFormat: date-time",
@@ -4649,7 +4653,6 @@
46494653
"type": "object"
46504654
},
46514655
"receiver": {
4652-
"description": "Receiver receiver",
46534656
"properties": {
46544657
"active": {
46554658
"description": "active",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4613,7 +4613,6 @@
46134613
"type": "array"
46144614
},
46154615
"postableSilence": {
4616-
"description": "PostableSilence postable silence",
46174616
"properties": {
46184617
"comment": {
46194618
"description": "comment",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7813,7 +7813,6 @@
78137813
}
78147814
},
78157815
"postableSilence": {
7816-
"description": "PostableSilence postable silence",
78177816
"type": "object",
78187817
"required": [
78197818
"comment",

0 commit comments

Comments
 (0)