File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ async def cancel_migrate_reindex(
265265 <p>Cancel a migration reindex attempt for a data stream or index.</p>
266266
267267
268- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
268+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex >`_
269269
270270 :param index: The index or data stream name
271271 """
@@ -794,7 +794,7 @@ async def create_from(
794794 <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>
795795
796796
797- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
797+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from >`_
798798
799799 :param source: The source index or data stream name
800800 :param dest: The destination index or data stream name
@@ -2952,7 +2952,7 @@ async def migrate_reindex(
29522952 The persistent task ID is returned immediately and the reindexing work is completed in that task.</p>
29532953
29542954
2955- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
2955+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex >`_
29562956
29572957 :param reindex:
29582958 """
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def cancel_migrate_reindex(
265265 <p>Cancel a migration reindex attempt for a data stream or index.</p>
266266
267267
268- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
268+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex >`_
269269
270270 :param index: The index or data stream name
271271 """
@@ -794,7 +794,7 @@ def create_from(
794794 <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>
795795
796796
797- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
797+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from >`_
798798
799799 :param source: The source index or data stream name
800800 :param dest: The destination index or data stream name
@@ -2952,7 +2952,7 @@ def migrate_reindex(
29522952 The persistent task ID is returned immediately and the reindexing work is completed in that task.</p>
29532953
29542954
2955- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
2955+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex >`_
29562956
29572957 :param reindex:
29582958 """
You can’t perform that action at this time.
0 commit comments