mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
c284fe4d2a
commit
13e75b85c2
1 changed files with 3 additions and 2 deletions
|
@ -902,8 +902,9 @@ The most significant changes on the Kibana side for the consumers are the follow
|
|||
===== User client accessor
|
||||
Internal /current user client accessors has been renamed and are now
|
||||
properties instead of functions:
|
||||
** `callAsInternalUser('ping')` -> `asInternalUser.ping()`
|
||||
** `callAsCurrentUser('ping')` -> `asCurrentUser.ping()`
|
||||
|
||||
* `callAsInternalUser('ping')` -> `asInternalUser.ping()`
|
||||
* `callAsCurrentUser('ping')` -> `asCurrentUser.ping()`
|
||||
* the API now reflects the `Client`’s instead of leveraging the
|
||||
string-based endpoint names the `LegacyAPICaller` was using.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue