Skip to content

Commit

Permalink
Update doc tag for migration APIs (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 22, 2025
1 parent bf070a0 commit db6bdcf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Indices } from '@_types/common'
* @availability stack since=8.18.0 stability=experimental
* @availability serverless stability=experimental visibility=private
* @doc_id migrate
* @doc_tag cancel_reindex
* @doc_tag migration
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { TypeMapping } from '@_types/mapping/TypeMapping'
* @availability stack since=8.18.0 stability=experimental
* @availability serverless stability=experimental visibility=private
* @doc_id migrate
* @doc_tag create_from
* @doc_tag migration
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Indices } from '@_types/common'
* @availability stack since=8.18.0 stability=experimental
* @availability serverless stability=experimental visibility=private
* @doc_id migrate
* @doc_tag get_reindex_status
* @doc_tag migration
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
2 changes: 1 addition & 1 deletion specification/migrate/reindex/MigrateReindexRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { IndexName } from '@_types/common'
* @rest_spec_name migrate.reindex
* @availability stack since=8.18.0 stability=experimental
* @doc_id migrate
* @doc_tag reindex
* @doc_tag migration
*/
export interface Request extends RequestBase {
/** @codegen_name reindex */
Expand Down

0 comments on commit db6bdcf

Please sign in to comment.