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 --update'
  • Loading branch information
kibanamachine committed Oct 17, 2024
1 parent 4927926 commit ef78686
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -9765,7 +9765,7 @@
}
},
"/api/fleet/agent_policies/outputs": {
"get": {
"post": {
"description": "Get list of outputs associated with agent policies",
"operationId": "%2Fapi%2Ffleet%2Fagent_policies%2Foutputs#0",
"parameters": [
Expand All @@ -9780,6 +9780,16 @@
],
"type": "string"
}
},
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
"name": "kbn-xsrf",
"required": true,
"schema": {
"example": "true",
"type": "string"
}
}
],
"requestBody": {
Expand Down
12 changes: 11 additions & 1 deletion oas_docs/bundle.serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -9765,7 +9765,7 @@
}
},
"/api/fleet/agent_policies/outputs": {
"get": {
"post": {
"description": "Get list of outputs associated with agent policies",
"operationId": "%2Fapi%2Ffleet%2Fagent_policies%2Foutputs#0",
"parameters": [
Expand All @@ -9780,6 +9780,16 @@
],
"type": "string"
}
},
{
"description": "A required header to protect against CSRF attacks",
"in": "header",
"name": "kbn-xsrf",
"required": true,
"schema": {
"example": "true",
"type": "string"
}
}
],
"requestBody": {
Expand Down

0 comments on commit ef78686

Please sign in to comment.