Skip to content

Commit 8ea2092

Browse files
authored
Merge branch 'elastic:main' into main
2 parents d242ca5 + da935f8 commit 8ea2092

File tree

6 files changed

+27
-16
lines changed

6 files changed

+27
-16
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/_global/termvectors/TermVectorsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export interface Request<TDocument> extends RequestBase {
189189
* A list of fields to include in the statistics.
190190
* It is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.
191191
*/
192-
fields?: Fields
192+
fields?: Field[]
193193
/**
194194
* If `true`, the response includes:
195195
*

specification/indices/put_mapping/IndicesPutMappingRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ import { Dictionary, SingleKeyDictionary } from '@spec_utils/Dictionary'
5050
* - Update supported mapping parameters
5151
* - Change a field's mapping using reindexing
5252
* - Rename a field using a field alias
53-
*
54-
* Learn how to use the update mapping API with practical examples in the [Update mapping API examples](https://www.elastic.co/docs//manage-data/data-store/mapping/update-mappings-examples) guide.
53+
*
54+
* Learn how to use the update mapping API with practical examples in the [Update mapping API examples](https://www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples) guide.
5555
* @rest_spec_name indices.put_mapping
5656
* @availability stack stability=stable
5757
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)