fix identation in list (#84301)

This commit is contained in:
Mikhail Shustov 2020-11-26 14:08:47 +03:00 committed by GitHub
parent a4c8dca021
commit d2552c426d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.