Skip to content

Commit 9e7fbed

Browse files
committed
Mark the /_create_from/{source}/{dest} API as public on Serverless
Related to elastic/elasticsearch#134953
1 parent 0614885 commit 9e7fbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)