Skip to content

Auto-generated code for 8.17 #2968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 8.17
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions elasticsearch/_async/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,8 @@ async def delete_template(
"""
.. raw:: html

<p>Delete a legacy index template.</p>
<p>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.</p>


`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/indices-delete-template-v1.html>`_
Expand Down Expand Up @@ -2716,7 +2717,7 @@ async def get_template(
"""
.. raw:: html

<p>Get index templates.
<p>Get legacy index templates.
Get information about one or more index templates.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>

Expand Down Expand Up @@ -3742,7 +3743,7 @@ async def put_template(
"""
.. raw:: html

<p>Create or update an index template.
<p>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.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Expand Down
7 changes: 4 additions & 3 deletions elasticsearch/_sync/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,8 @@ def delete_template(
"""
.. raw:: html

<p>Delete a legacy index template.</p>
<p>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.</p>


`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/indices-delete-template-v1.html>`_
Expand Down Expand Up @@ -2716,7 +2717,7 @@ def get_template(
"""
.. raw:: html

<p>Get index templates.
<p>Get legacy index templates.
Get information about one or more index templates.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>

Expand Down Expand Up @@ -3742,7 +3743,7 @@ def put_template(
"""
.. raw:: html

<p>Create or update an index template.
<p>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.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Expand Down