Skip to content

Commit 9acc218

Browse files
renovate[bot]jamietanna
authored andcommitted
chore(deps): update vendored openapi spec
1 parent f281af2 commit 9acc218

3 files changed

Lines changed: 2135 additions & 2060 deletions

File tree

.vendored/rootly-api/swagger.json

Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,6 +2318,7 @@
23182318
"environments",
23192319
"services",
23202320
"groups",
2321+
"functionalities",
23212322
"responders",
23222323
"incidents",
23232324
"events",
@@ -2431,6 +2432,7 @@
24312432
"environments",
24322433
"services",
24332434
"groups",
2435+
"functionalities",
24342436
"responders",
24352437
"incidents",
24362438
"events",
@@ -2699,6 +2701,7 @@
26992701
"environments",
27002702
"services",
27012703
"groups",
2704+
"functionalities",
27022705
"responders",
27032706
"incidents",
27042707
"events",
@@ -32934,6 +32937,14 @@
3293432937
},
3293532938
"nullable": true
3293632939
},
32940+
"functionality_ids": {
32941+
"type": "array",
32942+
"description": "The Functionality IDs to attach to the alert",
32943+
"items": {
32944+
"type": "string"
32945+
},
32946+
"nullable": true
32947+
},
3293732948
"environment_ids": {
3293832949
"type": "array",
3293932950
"description": "The Environment IDs to attach to the alert",
@@ -33120,6 +33131,14 @@
3312033131
},
3312133132
"nullable": true
3312233133
},
33134+
"functionality_ids": {
33135+
"type": "array",
33136+
"description": "The Functionality IDs to attach to the alert",
33137+
"items": {
33138+
"type": "string"
33139+
},
33140+
"nullable": true
33141+
},
3312333142
"environment_ids": {
3312433143
"type": "array",
3312533144
"description": "The Environment IDs to attach to the alert",
@@ -33343,6 +33362,18 @@
3334333362
]
3334433363
}
3334533364
},
33365+
"functionalities": {
33366+
"type": "array",
33367+
"description": "Functionalities attached to the alert",
33368+
"items": {
33369+
"type": "object",
33370+
"allOf": [
33371+
{
33372+
"$ref": "#/components/schemas/functionality"
33373+
}
33374+
]
33375+
}
33376+
},
3334633377
"environments": {
3334733378
"type": "array",
3334833379
"description": "Environments attached to the alert",
@@ -33371,6 +33402,14 @@
3337133402
},
3337233403
"nullable": true
3337333404
},
33405+
"functionality_ids": {
33406+
"type": "array",
33407+
"description": "The Functionality IDs to attach to the alert",
33408+
"items": {
33409+
"type": "string"
33410+
},
33411+
"nullable": true
33412+
},
3337433413
"environment_ids": {
3337533414
"type": "array",
3337633415
"description": "The Environment IDs to attach to the alert",
@@ -34191,6 +34230,7 @@
3419134230
"email",
3419234231
"app_dynamics",
3419334232
"catchpoint",
34233+
"cloudflare",
3419434234
"datadog",
3419534235
"dynatrace",
3419634236
"alertmanager",
@@ -34527,6 +34567,7 @@
3452734567
"email",
3452834568
"app_dynamics",
3452934569
"catchpoint",
34570+
"cloudflare",
3453034571
"datadog",
3453134572
"dynatrace",
3453234573
"alertmanager",
@@ -34848,6 +34889,7 @@
3484834889
"email",
3484934890
"app_dynamics",
3485034891
"catchpoint",
34892+
"cloudflare",
3485134893
"datadog",
3485234894
"dynatrace",
3485334895
"alertmanager",
@@ -79763,22 +79805,22 @@
7976379805
},
7976479806
"include_shadows_in_slack_notifications": {
7976579807
"type": "boolean",
79766-
"description": "Whether shadow users are included in Slack notifications and user group syncing",
79808+
"description": "Whether shadow users are included in Slack notifications and user group syncing. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7976779809
"nullable": true
7976879810
},
7976979811
"shift_start_notifications_enabled": {
7977079812
"type": "boolean",
79771-
"description": "Whether shift-start notifications are enabled",
79813+
"description": "Whether shift-start notifications are enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7977279814
"nullable": true
7977379815
},
7977479816
"shift_update_notifications_enabled": {
7977579817
"type": "boolean",
79776-
"description": "Whether shift-update notifications are enabled",
79818+
"description": "Whether shift-update notifications are enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7977779819
"nullable": true
7977879820
},
7977979821
"shift_report_enabled": {
7978079822
"type": "boolean",
79781-
"description": "Whether the weekly shift summary report is enabled",
79823+
"description": "Whether the weekly shift summary report is enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7978279824
"nullable": true
7978379825
},
7978479826
"shift_report_day_of_week": {
@@ -79898,22 +79940,22 @@
7989879940
},
7989979941
"include_shadows_in_slack_notifications": {
7990079942
"type": "boolean",
79901-
"description": "Whether shadow users are included in Slack notifications and user group syncing",
79943+
"description": "Whether shadow users are included in Slack notifications and user group syncing. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7990279944
"nullable": true
7990379945
},
7990479946
"shift_start_notifications_enabled": {
7990579947
"type": "boolean",
79906-
"description": "Whether shift-start notifications are enabled",
79948+
"description": "Whether shift-start notifications are enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7990779949
"nullable": true
7990879950
},
7990979951
"shift_update_notifications_enabled": {
7991079952
"type": "boolean",
79911-
"description": "Whether shift-update notifications are enabled",
79953+
"description": "Whether shift-update notifications are enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7991279954
"nullable": true
7991379955
},
7991479956
"shift_report_enabled": {
7991579957
"type": "boolean",
79916-
"description": "Whether the weekly shift summary report is enabled",
79958+
"description": "Whether the weekly shift summary report is enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save.",
7991779959
"nullable": true
7991879960
},
7991979961
"shift_report_day_of_week": {
@@ -80018,19 +80060,19 @@
8001880060
},
8001980061
"include_shadows_in_slack_notifications": {
8002080062
"type": "boolean",
80021-
"description": "Whether shadow users are included in Slack notifications and user group syncing"
80063+
"description": "Whether shadow users are included in Slack notifications and user group syncing. Requires `slack_channel` to be set; otherwise this value is forced to false on save."
8002280064
},
8002380065
"shift_start_notifications_enabled": {
8002480066
"type": "boolean",
80025-
"description": "Whether shift-start notifications are enabled"
80067+
"description": "Whether shift-start notifications are enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save."
8002680068
},
8002780069
"shift_update_notifications_enabled": {
8002880070
"type": "boolean",
80029-
"description": "Whether shift-update notifications are enabled"
80071+
"description": "Whether shift-update notifications are enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save."
8003080072
},
8003180073
"shift_report_enabled": {
8003280074
"type": "boolean",
80033-
"description": "Whether the weekly shift summary report is enabled"
80075+
"description": "Whether the weekly shift summary report is enabled. Requires `slack_channel` to be set; otherwise this value is forced to false on save."
8003480076
},
8003580077
"shift_report_day_of_week": {
8003680078
"type": "string",

0 commit comments

Comments
 (0)