[HTTP/OAS] Include Security Solution domain OAS to production docs (#194132)

*Epic:** https://github.com/elastic/security-team/issues/9401 (internal)

## Summary

This PR includes Security Solution OpenAPI domain bundles into the production OpenAPI Kibana bundle. The result Kibana bundler is expected to be published to Bump.sh manually by @lcawl.
This commit is contained in:
Maxim Palenov 2024-10-04 22:34:25 +03:00 committed by GitHub
parent 0b92c268f9
commit 102297ca15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 34901 additions and 184 deletions

View file

@ -270,7 +270,7 @@ If asset criticality records already exist for the specified entities, those rec
return supertest
.delete(routeWithNamespace('/api/risk_score/engine/dangerously_delete_data', kibanaSpace))
.set('kbn-xsrf', 'true')
.set(ELASTIC_HTTP_VERSION_HEADER, '1')
.set(ELASTIC_HTTP_VERSION_HEADER, '2023-10-31')
.set(X_ELASTIC_INTERNAL_ORIGIN_REQUEST, 'kibana');
},
/**