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/dashboards --update --no-serverless'
  • Loading branch information
kibanamachine committed Dec 9, 2024
1 parent a16a6fb commit 4ee7882
Showing 1 changed file with 6 additions and 66 deletions.
72 changes: 6 additions & 66 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -5883,18 +5883,6 @@
"description": "This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"operationId": "get-dashboards-dashboard",
"parameters": [
{
"description": "The version of the API to use",
"in": "header",
"name": "elastic-api-version",
"schema": {
"default": "2023-10-31",
"enum": [
"2023-10-31"
],
"type": "string"
}
},
{
"description": "The page number to return. Default is \"1\".",
"in": "query",
Expand All @@ -5921,7 +5909,7 @@
"responses": {
"200": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -6070,18 +6058,6 @@
"description": "This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"operationId": "delete-dashboards-dashboard-id",
"parameters": [
{
"description": "The version of the API to use",
"in": "header",
"name": "elastic-api-version",
"schema": {
"default": "2023-10-31",
"enum": [
"2023-10-31"
],
"type": "string"
}
},
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
Expand Down Expand Up @@ -6113,18 +6089,6 @@
"description": "This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"operationId": "get-dashboards-dashboard-id",
"parameters": [
{
"description": "The version of the API to use",
"in": "header",
"name": "elastic-api-version",
"schema": {
"default": "2023-10-31",
"enum": [
"2023-10-31"
],
"type": "string"
}
},
{
"description": "A unique identifier for the dashboard.",
"in": "path",
Expand All @@ -6138,7 +6102,7 @@
"responses": {
"200": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -6773,18 +6737,6 @@
"description": "This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"operationId": "post-dashboards-dashboard-id",
"parameters": [
{
"description": "The version of the API to use",
"in": "header",
"name": "elastic-api-version",
"schema": {
"default": "2023-10-31",
"enum": [
"2023-10-31"
],
"type": "string"
}
},
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
Expand All @@ -6807,7 +6759,7 @@
],
"requestBody": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -7342,7 +7294,7 @@
"responses": {
"200": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -7949,18 +7901,6 @@
"description": "This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"operationId": "put-dashboards-dashboard-id",
"parameters": [
{
"description": "The version of the API to use",
"in": "header",
"name": "elastic-api-version",
"schema": {
"default": "2023-10-31",
"enum": [
"2023-10-31"
],
"type": "string"
}
},
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
Expand All @@ -7983,7 +7923,7 @@
],
"requestBody": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -8512,7 +8452,7 @@
"responses": {
"200": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit 4ee7882

Please sign in to comment.