Skip to content

Commit e7a2849

Browse files
committed
Fixes names of legacy index template endpoints.
1 parent 7a7e2a2 commit e7a2849

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

specification/indices/delete_template/IndicesDeleteTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { Duration } from '@_types/Time'
2323

2424
/**
2525
* Delete a legacy index template.
26+
* IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.
2627
* @rest_spec_name indices.delete_template
2728
* @availability stack stability=stable
2829
* @cluster_privileges manage_index_templates

specification/indices/get_template/IndicesGetTemplateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Names } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25-
* Get index templates.
25+
* Get legacy index templates.
2626
* Get information about one or more index templates.
2727
*
2828
* IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.

specification/indices/put_template/IndicesPutTemplateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { integer } from '@_types/Numeric'
2727
import { Duration } from '@_types/Time'
2828

2929
/**
30-
* Create or update an index template.
30+
* Create or update a legacy index template.
3131
* Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
3232
* Elasticsearch applies templates to new indices based on an index pattern that matches the index name.
3333
*

0 commit comments

Comments
 (0)