Skip to content

Commit db9eb95

Browse files
authored
Merge branch '9.1' into backport-5266-to-9.1
2 parents e7a13b2 + e3008a6 commit db9eb95

File tree

49 files changed

+82
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+82
-53
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 9 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: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/mtermvectors/MultiTermVectorsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export interface Request extends RequestBase {
121121
*/
122122
version_type?: VersionType
123123
}
124-
body: {
124+
body?: {
125125
/**
126126
* An array of existing or artificial documents.
127127
*/

specification/_global/search_mvt/SearchMvtRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export interface Request extends RequestBase {
221221
*/
222222
with_labels?: boolean
223223
}
224-
body: {
224+
body?: {
225225
/**
226226
* Sub-aggregations for the geotile_grid.
227227
*

specification/_global/termvectors/TermVectorsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export interface Request<TDocument> extends RequestBase {
167167
*/
168168
version_type?: VersionType
169169
}
170-
body: {
170+
body?: {
171171
/**
172172
* An artificial document (a document not present in the index) for which you want to retrieve term vectors.
173173
*/

specification/_json_spec/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"]

specification/_json_spec/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"]

specification/_json_spec/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"]

0 commit comments

Comments
 (0)