mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
## Summary Due to the much slower rate of versioning public APIs we have decided to remove the Elastic-Api-Version body and header information from the spec entirely. This also cleans up the spec when rendered on our hosted OAS docs. Removes: 1. `Elastic-Api-Version` from the request/response bodies for all public APIs 2. `Elastic-Api-Version` header parameter from all public APIs Docs for internal APIs will still have this included as they always require a version environments. ## To revewers Important changes are all in `packages/kbn-router-to-openapispec` and `src/core/server/integration_tests/http/oas.test.ts`, the rest is very minor or generated/snapshotted changes. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/core-http-server-internal
This package contains the internal types and implementation for core's server-side http
service