Skip to content

Auto-generated code for 9.0 #2938

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged
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
6 changes: 3 additions & 3 deletions elasticsearch/_async/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def cancel_migrate_reindex(
<p>Cancel a migration reindex attempt for a data stream or index.</p>


`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration>`_
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex>`_

:param index: The index or data stream name
"""
Expand Down Expand Up @@ -794,7 +794,7 @@ async def create_from(
<p>Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.</p>


`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration>`_
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from>`_

:param source: The source index or data stream name
:param dest: The destination index or data stream name
Expand Down Expand Up @@ -2952,7 +2952,7 @@ async def migrate_reindex(
The persistent task ID is returned immediately and the reindexing work is completed in that task.</p>


`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration>`_
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex>`_

:param reindex:
"""
Expand Down
6 changes: 3 additions & 3 deletions elasticsearch/_sync/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def cancel_migrate_reindex(
<p>Cancel a migration reindex attempt for a data stream or index.</p>


`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration>`_
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex>`_

:param index: The index or data stream name
"""
Expand Down Expand Up @@ -794,7 +794,7 @@ def create_from(
<p>Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.</p>


`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration>`_
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from>`_

:param source: The source index or data stream name
:param dest: The destination index or data stream name
Expand Down Expand Up @@ -2952,7 +2952,7 @@ def migrate_reindex(
The persistent task ID is returned immediately and the reindexing work is completed in that task.</p>


`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration>`_
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex>`_

:param reindex:
"""
Expand Down