Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

178 changes: 176 additions & 2 deletions output/openapi/elasticsearch-serverless-openapi.json

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

18 changes: 9 additions & 9 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 @@ -25,8 +25,8 @@ import { Indices } from '@_types/common'
*
* Cancel a migration reindex attempt for a data stream or index.
* @rest_spec_name indices.cancel_migrate_reindex
* @availability stack since=8.18.0 stability=experimental
* @availability serverless stability=experimental visibility=private
* @availability stack since=8.18.0 stability=stable
* @availability serverless stability=stable visibility=public
* @doc_id migration-api-cancel
* @doc_tag migration
*/
Expand Down
4 changes: 2 additions & 2 deletions specification/indices/create_from/MigrateCreateFromRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import { IndexSettings } from '@indices/_types/IndexSettings'
*
* Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
* @rest_spec_name indices.create_from
* @availability stack since=8.18.0 stability=experimental
* @availability serverless stability=experimental visibility=public
* @availability stack since=8.18.0 stability=stable
* @availability serverless stability=stable visibility=public
* @doc_id migration-api-create-from
* @doc_tag migration
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { Indices } from '@_types/common'
*
* Get the status of a migration reindex attempt for a data stream or index.
* @rest_spec_name indices.get_migrate_reindex_status
* @availability stack since=8.18.0 stability=experimental
* @availability serverless stability=experimental visibility=private
* @availability stack since=8.18.0 stability=stable
* @availability serverless stability=stable visibility=public
* @doc_id migrate
* @doc_tag migration
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { IndexName } from '@_types/common'
* This operation occurs in a persistent task.
* The persistent task ID is returned immediately and the reindexing work is completed in that task.
* @rest_spec_name indices.migrate_reindex
* @availability stack since=8.18.0 stability=experimental
* @availability stack since=8.18.0 stability=stable
* @doc_id migration-api-reindex
* @doc_tag migration
*/
Expand Down