Skip to content

Commit a1f8330

Browse files
committed
Address feedback
1 parent 21c27a1 commit a1f8330

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/migrate/cancel_reindex/MigrateCancelReindexRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Indices } from '@_types/common'
2222

2323
/**
24-
* Cancel a reindex operation.
24+
* Cancel a migration reindex operation.
2525
*
2626
* Cancel a migration reindex attempt for a data stream or index.
2727
* @rest_spec_name migrate.cancel_reindex

specification/migrate/create_from/MigrateCreateFromRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import { IndexName } from '@_types/common'
2323
import { TypeMapping } from '@_types/mapping/TypeMapping'
2424

2525
/**
26-
* Create a destination from a source index.
26+
* Create an index from a source index.
2727
*
28-
* This API copies the mappings and settings from the source index while allowing request settings and mappings to override the source values.
28+
* Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
2929
* @rest_spec_name migrate.create_from
3030
* @availability stack since=8.18.0 stability=experimental
3131
* @availability serverless stability=experimental visibility=private

specification/migrate/get_reindex_status/MigrateGetReindexStatusRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Indices } from '@_types/common'
2222

2323
/**
24-
* Get the reindexing status.
24+
* Get the migration reindexing status.
2525
*
2626
* Get the status of a migration reindex attempt for a data stream or index.
2727
* @rest_spec_name migrate.get_reindex_status

0 commit comments

Comments
 (0)