File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -527,8 +527,6 @@ client.cat.allocation(...)
527
527
[discrete]
528
528
==== component_templates
529
529
Returns information about existing component_templates templates.
530
-
531
- https://www.elastic.co/guide/en/elasticsearch/reference/8.5/cat-compoentn-templates.html[Endpoint documentation]
532
530
[source,ts]
533
531
----
534
532
client.cat.componentTemplates(...)
@@ -587,8 +585,6 @@ client.cat.indices(...)
587
585
[discrete]
588
586
==== master
589
587
Returns information about the master node.
590
-
591
- https://www.elastic.co/guide/en/elasticsearch/reference/8.5/cat-8.5.html[Endpoint documentation]
592
588
[source,ts]
593
589
----
594
590
client.cat.master(...)
@@ -2096,8 +2092,6 @@ client.migration.postFeatureUpgrade(...)
2096
2092
[discrete]
2097
2093
==== clear_trained_model_deployment_cache
2098
2094
Clear 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]
2101
2095
[source,ts]
2102
2096
----
2103
2097
client.ml.clearTrainedModelDeploymentCache(...)
@@ -3004,8 +2998,6 @@ client.security.authenticate(...)
3004
2998
[discrete]
3005
2999
==== bulk_update_api_keys
3006
3000
Updates 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]
3009
3001
[source,ts]
3010
3002
----
3011
3003
client.security.bulkUpdateApiKeys(...)
You can’t perform that action at this time.
0 commit comments