fix identation in list (#84301) (#84401)

This commit is contained in:
Mikhail Shustov 2020-11-26 14:18:58 +03:00 committed by GitHub
parent c284fe4d2a
commit 13e75b85c2
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.