Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
Browse files Browse the repository at this point in the history
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/fleet --include-path /api/dashboards --update'
  • Loading branch information
kibanamachine committed Nov 13, 2024
1 parent 400c5b1 commit b433029
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions oas_docs/bundle.serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -6228,7 +6228,6 @@
"type": "number"
},
"i": {
"description": "The unique identifier of the panel",
"type": "string"
},
"w": {
Expand All @@ -6249,7 +6248,8 @@
},
"required": [
"x",
"y"
"y",
"i"
],
"type": "object"
},
Expand Down Expand Up @@ -6288,7 +6288,6 @@
"type": "object"
},
"panelIndex": {
"description": "The unique ID of the panel.",
"type": "string"
},
"panelRefName": {
Expand All @@ -6311,7 +6310,8 @@
"required": [
"panelConfig",
"type",
"gridData"
"gridData",
"panelIndex"
],
"type": "object"
},
Expand Down Expand Up @@ -7430,7 +7430,6 @@
"type": "number"
},
"i": {
"description": "The unique identifier of the panel",
"type": "string"
},
"w": {
Expand All @@ -7451,7 +7450,8 @@
},
"required": [
"x",
"y"
"y",
"i"
],
"type": "object"
},
Expand Down Expand Up @@ -7490,7 +7490,6 @@
"type": "object"
},
"panelIndex": {
"description": "The unique ID of the panel.",
"type": "string"
},
"panelRefName": {
Expand All @@ -7513,7 +7512,8 @@
"required": [
"panelConfig",
"type",
"gridData"
"gridData",
"panelIndex"
],
"type": "object"
},
Expand Down Expand Up @@ -8598,7 +8598,6 @@
"type": "number"
},
"i": {
"description": "The unique identifier of the panel",
"type": "string"
},
"w": {
Expand All @@ -8619,7 +8618,8 @@
},
"required": [
"x",
"y"
"y",
"i"
],
"type": "object"
},
Expand Down Expand Up @@ -8658,7 +8658,6 @@
"type": "object"
},
"panelIndex": {
"description": "The unique ID of the panel.",
"type": "string"
},
"panelRefName": {
Expand All @@ -8681,7 +8680,8 @@
"required": [
"panelConfig",
"type",
"gridData"
"gridData",
"panelIndex"
],
"type": "object"
},
Expand Down

0 comments on commit b433029

Please sign in to comment.