Auto-generated API code (#2852)

This commit is contained in:
Elastic Machine
2025-05-27 18:14:45 +03:00
committed by GitHub
parent cdebf1aebf
commit 42a6fe0f3b
4 changed files with 10 additions and 9 deletions

View File

@ -5914,6 +5914,7 @@ client.indices.deleteIndexTemplate({ name })
[discrete]
==== delete_template
Delete a legacy index template.
IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.
{ref}/indices-delete-template-v1.html[Endpoint documentation]
[source,ts]
@ -6500,7 +6501,7 @@ error.
[discrete]
==== get_template
Get index templates.
Get legacy index templates.
Get information about one or more index templates.
IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.
@ -6924,7 +6925,7 @@ error.
[discrete]
==== put_template
Create or update an index template.
Create or update a legacy index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
Elasticsearch applies templates to new indices based on an index pattern that matches the index name.