mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[OAS] Migrate _export
and _import
APIs to code-first OAS (#217146)
## Summary * Removes manually maintained OAS for Core's `_export` and `_import` Saved Object APIs * seeks to remove some code duplication and move our OAS descriptions closer to the code definitions.
This commit is contained in:
parent
afad46b89a
commit
135b57bbac
29 changed files with 1439 additions and 1712 deletions
|
@ -17,7 +17,6 @@ const { REPO_ROOT } = require('@kbn/repo-info');
|
|||
`${REPO_ROOT}/oas_docs/bundle.serverless.json`,
|
||||
`${REPO_ROOT}/src/platform/plugins/shared/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis_serverless.yaml`,
|
||||
`${REPO_ROOT}/src/core/packages/saved-objects/docs/openapi/bundled_serverless.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/task_manager/docs/openapi/bundled_serverless.yaml`,
|
||||
|
||||
// Observability Solution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue