[Fleet] removed experimental from openapi README (#155847)

## Summary

Small pr to remove Experimental from the Fleet openapi README.

Related to https://github.com/elastic/kibana/issues/123150
This commit is contained in:
Julia Bardi 2023-04-26 16:51:47 +02:00 committed by GitHub
parent c0033a1b4b
commit 0005df3ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
# OpenAPI (Experimental)
> **_NOTE:_** This spec is experimental and may be incomplete or change later.
# OpenAPI
The current self-contained spec file, available [as JSON](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.json) or [as YAML](https://raw.githubusercontent.com/elastic/kibana/master/x-pack/plugins/fleet/common/openapi/bundled.yaml), can be used for online tools like those found at https://openapi.tools/.
@ -8,6 +6,8 @@ For example, [click here to view the specification in the Swagger UI](https://pe
A guide about the openApi specification can be found at [https://swagger.io/docs/specification/about/](https://swagger.io/docs/specification/about/).
Fleet API docs: https://www.elastic.co/guide/en/fleet/master/fleet-apis.html
## The `openapi` folder
- `entrypoint.yaml` is the overview file which links to the various files on disk.