Skip to content

Commit 5d8f4c8

Browse files
lcawlgithub-actions[bot]
authored andcommitted
Update doc tag for migration APIs (#3564)
(cherry picked from commit db6bdcf)
1 parent ecfa569 commit 5d8f4c8

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 5 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: 4 additions & 4 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
@@ -27,7 +27,7 @@ import { Indices } from '@_types/common'
2727
* @availability stack since=8.18.0 stability=experimental
2828
* @availability serverless stability=experimental visibility=private
2929
* @doc_id migrate
30-
* @doc_tag cancel_reindex
30+
* @doc_tag migration
3131
*/
3232
export interface Request extends RequestBase {
3333
path_parts: {

specification/migrate/create_from/MigrateCreateFromRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { TypeMapping } from '@_types/mapping/TypeMapping'
2929
* @availability stack since=8.18.0 stability=experimental
3030
* @availability serverless stability=experimental visibility=private
3131
* @doc_id migrate
32-
* @doc_tag create_from
32+
* @doc_tag migration
3333
*/
3434
export interface Request extends RequestBase {
3535
path_parts: {

specification/migrate/get_reindex_status/MigrateGetReindexStatusRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Indices } from '@_types/common'
2727
* @availability stack since=8.18.0 stability=experimental
2828
* @availability serverless stability=experimental visibility=private
2929
* @doc_id migrate
30-
* @doc_tag get_reindex_status
30+
* @doc_tag migration
3131
*/
3232
export interface Request extends RequestBase {
3333
path_parts: {

specification/migrate/reindex/MigrateReindexRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { IndexName } from '@_types/common'
2626
* @rest_spec_name migrate.reindex
2727
* @availability stack since=8.18.0 stability=experimental
2828
* @doc_id migrate
29-
* @doc_tag reindex
29+
* @doc_tag migration
3030
*/
3131
export interface Request extends RequestBase {
3232
/** @codegen_name reindex */

0 commit comments

Comments
 (0)