diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index e77776fc4e7ca..1a38aca37f070 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -61716,19 +61716,4 @@ x-topics: If you use the Kibana console to send API requests, it automatically adds the appropriate space identifier. - To learn more, check out [Spaces](https://www.elastic.co/guide/en/kibana/master/xpack-spaces.html). - - title: Kibana spaces - content: | - Spaces enable you to organize your dashboards and other saved objects into meaningful categories. - You can use the default space or create your own spaces. - - To run APIs in non-default spaces, you must add `s/{space_id}/` to the path. - For example: - - ``` - curl -X GET "http://localhost:5601/s/marketing/api/data_views" - ``` - - If you use the Kibana console to send API requests, it automatically adds the appropriate space identifier. - To learn more, check out [Spaces](https://www.elastic.co/guide/en/kibana/master/xpack-spaces.html).