File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -527,8 +527,6 @@ client.cat.allocation(...)
527527[discrete]
528528==== component_templates
529529Returns information about existing component_templates templates.
530-
531- https://www.elastic.co/guide/en/elasticsearch/reference/8.5/cat-compoentn-templates.html[Endpoint documentation]
532530[source,ts]
533531----
534532client.cat.componentTemplates(...)
@@ -587,8 +585,6 @@ client.cat.indices(...)
587585[discrete]
588586==== master
589587Returns information about the master node.
590-
591- https://www.elastic.co/guide/en/elasticsearch/reference/8.5/cat-8.5.html[Endpoint documentation]
592588[source,ts]
593589----
594590client.cat.master(...)
@@ -2096,8 +2092,6 @@ client.migration.postFeatureUpgrade(...)
20962092[discrete]
20972093==== clear_trained_model_deployment_cache
20982094Clear the cached results from a trained model deployment
2099-
2100- https://www.elastic.co/guide/en/elasticsearch/reference/8.5/clear-trained-model-deployment-cache.html[Endpoint documentation]
21012095[source,ts]
21022096----
21032097client.ml.clearTrainedModelDeploymentCache(...)
@@ -3004,8 +2998,6 @@ client.security.authenticate(...)
30042998[discrete]
30052999==== bulk_update_api_keys
30063000Updates the attributes of multiple existing API keys.
3007-
3008- https://www.elastic.co/guide/en/elasticsearch/reference/8.5/security-api-bulk-update-api-keys.html[Endpoint documentation]
30093001[source,ts]
30103002----
30113003client.security.bulkUpdateApiKeys(...)
You can’t perform that action at this time.
0 commit comments