Skip to content

Commit 60af770

Browse files
Auto-generated API code (#2775)
1 parent f1430fc commit 60af770

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/reference/api-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5426,7 +5426,7 @@ Cancel a migration reindex operation.
54265426

54275427
Cancel a migration reindex attempt for a data stream or index.
54285428

5429-
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration)
5429+
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex)
54305430

54315431
```ts
54325432
client.indices.cancelMigrateReindex({ index })
@@ -5655,7 +5655,7 @@ Create an index from a source index.
56555655

56565656
Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
56575657

5658-
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration)
5658+
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from)
56595659

56605660
```ts
56615661
client.indices.createFrom({ source, dest })
@@ -6394,7 +6394,7 @@ Reindex all legacy backing indices for a data stream.
63946394
This operation occurs in a persistent task.
63956395
The persistent task ID is returned immediately and the reindexing work is completed in that task.
63966396

6397-
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration)
6397+
[Endpoint documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex)
63986398

63996399
```ts
64006400
client.indices.migrateReindex({ ... })

src/api/api/indices.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ export default class Indices {
975975

976976
/**
977977
* Cancel a migration reindex operation. Cancel a migration reindex attempt for a data stream or index.
978-
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration | Elasticsearch API documentation}
978+
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex | Elasticsearch API documentation}
979979
*/
980980
async cancelMigrateReindex (this: That, params: T.IndicesCancelMigrateReindexRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.IndicesCancelMigrateReindexResponse>
981981
async cancelMigrateReindex (this: That, params: T.IndicesCancelMigrateReindexRequest, options?: TransportRequestOptionsWithMeta): Promise<TransportResult<T.IndicesCancelMigrateReindexResponse, unknown>>
@@ -1278,7 +1278,7 @@ export default class Indices {
12781278

12791279
/**
12801280
* Create an index from a source index. Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
1281-
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration | Elasticsearch API documentation}
1281+
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from | Elasticsearch API documentation}
12821282
*/
12831283
async createFrom (this: That, params: T.IndicesCreateFromRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.IndicesCreateFromResponse>
12841284
async createFrom (this: That, params: T.IndicesCreateFromRequest, options?: TransportRequestOptionsWithMeta): Promise<TransportResult<T.IndicesCreateFromResponse, unknown>>
@@ -2697,7 +2697,7 @@ export default class Indices {
26972697

26982698
/**
26992699
* Reindex legacy backing indices. Reindex all legacy backing indices for a data stream. This operation occurs in a persistent task. The persistent task ID is returned immediately and the reindexing work is completed in that task.
2700-
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration | Elasticsearch API documentation}
2700+
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex | Elasticsearch API documentation}
27012701
*/
27022702
async migrateReindex (this: That, params: T.IndicesMigrateReindexRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.IndicesMigrateReindexResponse>
27032703
async migrateReindex (this: That, params: T.IndicesMigrateReindexRequest, options?: TransportRequestOptionsWithMeta): Promise<TransportResult<T.IndicesMigrateReindexResponse, unknown>>

0 commit comments

Comments
 (0)