mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[OAS] Remove doc version (#225487)
## Summary Per the title. This conforms with ES API docs as rendered on our docs sites: https://www.elastic.co/docs/api/doc/elasticsearch/ <img width="327" alt="Screenshot 2025-06-26 at 17 14 51" src="https://github.com/user-attachments/assets/82f2bda0-e846-4865-bf77-7ffad1f0090a" />
This commit is contained in:
parent
1c316c1386
commit
e1cbc3c9f6
4 changed files with 9 additions and 9 deletions
|
@ -8,14 +8,14 @@ info:
|
||||||
and must include all of the necessary information for Kibana to fulfill the
|
and must include all of the necessary information for Kibana to fulfill the
|
||||||
request. API requests return JSON output, which is a format that is
|
request. API requests return JSON output, which is a format that is
|
||||||
machine-readable and works well for automation.
|
machine-readable and works well for automation.
|
||||||
|
|
||||||
To interact with Kibana APIs, use the following operations:
|
To interact with Kibana APIs, use the following operations:
|
||||||
|
|
||||||
- GET: Fetches the information.
|
- GET: Fetches the information.
|
||||||
- POST: Adds new information.
|
- POST: Adds new information.
|
||||||
- PUT: Updates the existing information.
|
- PUT: Updates the existing information.
|
||||||
- DELETE: Removes the information.
|
- DELETE: Removes the information.
|
||||||
|
|
||||||
You can prepend any Kibana API endpoint with `kbn:` and run the request in
|
You can prepend any Kibana API endpoint with `kbn:` and run the request in
|
||||||
**Dev Tools → Console**. For example:
|
**Dev Tools → Console**. For example:
|
||||||
|
|
||||||
|
@ -24,14 +24,14 @@ info:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation source and versions
|
## Documentation source and versions
|
||||||
|
|
||||||
This documentation is derived from the `main` branch of the [kibana](https://github.com/elastic/kibana) repository.
|
This documentation is derived from the `main` branch of the [kibana](https://github.com/elastic/kibana) repository.
|
||||||
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
||||||
version: "1.0.2"
|
version: '' # Leave empty
|
||||||
x-doc-license:
|
x-doc-license:
|
||||||
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
||||||
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||||
contact:
|
contact:
|
||||||
name: Kibana Team
|
name: Kibana Team
|
||||||
x-feedbackLink:
|
x-feedbackLink:
|
||||||
label: Feedback
|
label: Feedback
|
||||||
|
|
|
@ -33,7 +33,7 @@ info:
|
||||||
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
||||||
|
|
||||||
This documentation contains work-in-progress information for future Elastic Stack releases.
|
This documentation contains work-in-progress information for future Elastic Stack releases.
|
||||||
version: '1.0.2'
|
version: '' # Leave empty
|
||||||
x-doc-license:
|
x-doc-license:
|
||||||
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
||||||
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||||
|
|
|
@ -29,7 +29,7 @@ info:
|
||||||
This documentation is derived from the `main` branch of the [kibana](https://github.com/elastic/kibana) repository.
|
This documentation is derived from the `main` branch of the [kibana](https://github.com/elastic/kibana) repository.
|
||||||
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
||||||
title: Kibana Serverless APIs
|
title: Kibana Serverless APIs
|
||||||
version: 1.0.2
|
version: ''
|
||||||
x-doc-license:
|
x-doc-license:
|
||||||
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
||||||
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||||
|
|
|
@ -35,7 +35,7 @@ info:
|
||||||
|
|
||||||
This documentation contains work-in-progress information for future Elastic Stack releases.
|
This documentation contains work-in-progress information for future Elastic Stack releases.
|
||||||
title: Kibana APIs
|
title: Kibana APIs
|
||||||
version: 1.0.2
|
version: ''
|
||||||
x-doc-license:
|
x-doc-license:
|
||||||
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
name: Attribution-NonCommercial-NoDerivatives 4.0 International
|
||||||
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
url: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue