Skip to content

Commit 9c26a9c

Browse files
authored
Mark the /_create_from/{source}/{dest} API as public on Serverless (#5314)
* Mark the `/_create_from/{source}/{dest}` API as public on Serverless Related to elastic/elasticsearch#134953 * Update after `make contrib`
1 parent 2b98093 commit 9c26a9c

File tree

3 files changed

+153
-2
lines changed

3 files changed

+153
-2
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 151 additions & 0 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/create_from/MigrateCreateFromRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { IndexSettings } from '@indices/_types/IndexSettings'
2828
* 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 indices.create_from
3030
* @availability stack since=8.18.0 stability=experimental
31-
* @availability serverless stability=experimental visibility=private
31+
* @availability serverless stability=experimental visibility=public
3232
* @doc_id migration-api-create-from
3333
* @doc_tag migration
3434
*/

0 commit comments

Comments
 (0)