Skip to content

Commit 281a3a6

Browse files
chore(deps): update vendored openapi spec
1 parent 9acc218 commit 281a3a6

3 files changed

Lines changed: 2208 additions & 2071 deletions

File tree

.vendored/rootly-api/swagger.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57095,6 +57095,10 @@
5709557095
"description": "The video layout for the bot's recording (e.g. speaker_view, gallery_view, gallery_view_v2, audio_only)",
5709657096
"nullable": true
5709757097
},
57098+
"enable_zoom_bot_auto_join": {
57099+
"type": "boolean",
57100+
"description": "Allow the Rootly bot to start recording without waiting for host approval"
57101+
},
5709857102
"post_to_incident_timeline": {
5709957103
"type": "boolean"
5710057104
},
@@ -83240,6 +83244,17 @@
8324083244
"description": "Auto add members to incident channel when team is attached",
8324183245
"nullable": true
8324283246
},
83247+
"auto_add_members_scope": {
83248+
"type": "string",
83249+
"enum": [
83250+
"off",
83251+
"public_only",
83252+
"public_and_test",
83253+
"all"
83254+
],
83255+
"description": "Visibility-scoped auto-add behavior. Only present when the `enable_scoped_incident_channel_auto_add` feature flag is on for the organization. When set, it overrides `auto_add_members_when_attached`.",
83256+
"nullable": true
83257+
},
8324383258
"properties": {
8324483259
"type": "array",
8324583260
"items": {
@@ -83487,6 +83502,17 @@
8348783502
"description": "Auto add members to incident channel when team is attached",
8348883503
"nullable": true
8348983504
},
83505+
"auto_add_members_scope": {
83506+
"type": "string",
83507+
"enum": [
83508+
"off",
83509+
"public_only",
83510+
"public_and_test",
83511+
"all"
83512+
],
83513+
"description": "Visibility-scoped auto-add behavior. Only present when the `enable_scoped_incident_channel_auto_add` feature flag is on for the organization. When set, it overrides `auto_add_members_when_attached`.",
83514+
"nullable": true
83515+
},
8349083516
"properties": {
8349183517
"type": "array",
8349283518
"items": {
@@ -83721,6 +83747,17 @@
8372183747
"description": "Auto add members to incident channel when team is attached",
8372283748
"nullable": true
8372383749
},
83750+
"auto_add_members_scope": {
83751+
"type": "string",
83752+
"enum": [
83753+
"off",
83754+
"public_only",
83755+
"public_and_test",
83756+
"all"
83757+
],
83758+
"description": "Visibility-scoped auto-add behavior. Only present when the `enable_scoped_incident_channel_auto_add` feature flag is on for the organization. When set, it overrides `auto_add_members_when_attached`.",
83759+
"nullable": true
83760+
},
8372483761
"properties": {
8372583762
"type": "array",
8372683763
"items": {

schema.gen.go

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)