From 94ec6f369c093e33d36975782ce3b83f10d9ca11 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:31:16 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'make api-docs' --- oas_docs/output/kibana.yaml | 15 --------------- 1 file changed, 15 deletions(-) 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).