Update APIs for 8.5-SNAPSHOT

This commit is contained in:
Seth Michael Larson
2022-10-28 15:57:24 -05:00
parent ea1cf7e633
commit 1088053816
6 changed files with 430 additions and 217 deletions

View File

@ -2092,6 +2092,8 @@ client.migration.postFeatureUpgrade(...)
[discrete]
==== clear_trained_model_deployment_cache
Clear the cached results from a trained model deployment
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/clear-trained-model-deployment-cache.html[Endpoint documentation]
[source,ts]
----
client.ml.clearTrainedModelDeploymentCache(...)
@ -2998,6 +3000,8 @@ client.security.authenticate(...)
[discrete]
==== bulk_update_api_keys
Updates the attributes of multiple existing API keys.
https://www.elastic.co/guide/en/elasticsearch/reference/8.5/security-api-bulk-update-api-keys.html[Endpoint documentation]
[source,ts]
----
client.security.bulkUpdateApiKeys(...)