mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Append DevTool commands automatically prefix Space (#140443)
In DevTools, if you go to run `kbn:/s/foo/api/MY_REQUEST` then IF default space you effectively run `KIBANA/s/foo/api/MY_REQUEST` BUT IF non-default space e.g. `admin` you end up running `KIBANA/s/admin/s/foo/api/MY_REQUEST` which is invalid. This is not pointed out in Dev Tools and since this page updated to the emphasize the DevTools example, this is tripping up more users who think it should work via this page. Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
e71a522567
commit
75f2d0c714
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ For example:
|
|||
`GET kbn:/api/index_management/indices`
|
||||
--------------------------------------------------
|
||||
|
||||
Note: this will automatically prefix `s/{space_id}/` on the API request if ran from a non-default Kibana Space.
|
||||
|
||||
[float]
|
||||
[[api-authentication]]
|
||||
=== Authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue