Skip to content

Commit 0e1a9f7

Browse files
authored
Merge branch '9.1' into backport/9.1/pr-133819
2 parents 8e761fa + 6824dbf commit 0e1a9f7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.cancel_migrate_reindex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-cancel-migrate-reindex",
55
"description":"Cancel a migration reindex operation"
66
},
7-
"stability":"experimental",
8-
"visibility":"private",
7+
"stability":"stable",
8+
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],
1111
"content_type": ["application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/indices.create_from.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-create-from",
55
"description":"Create an index from a source index"
66
},
7-
"stability":"experimental",
8-
"visibility":"private",
7+
"stability":"stable",
8+
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],
1111
"content_type": ["application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_migrate_reindex_status.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-migration",
55
"description":"Get the migration reindexing status"
66
},
7-
"stability":"experimental",
8-
"visibility":"private",
7+
"stability":"stable",
8+
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],
1111
"content_type": ["application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/indices.migrate_reindex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-migrate-reindex",
55
"description":"Reindex legacy backing indices"
66
},
7-
"stability":"experimental",
8-
"visibility":"private",
7+
"stability":"stable",
8+
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],
1111
"content_type": ["application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/query_rules.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-query-rules-test",
55
"description": "Test a query ruleset"
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": [

0 commit comments

Comments
 (0)