Skip to content

Commit 60f3402

Browse files
authored
Merge branch '8.x' into backport-3826-to-8.x
2 parents 6faf4ca + 3bd66d0 commit 60f3402

File tree

6 files changed

+46
-114
lines changed

6 files changed

+46
-114
lines changed

output/openapi/elasticsearch-openapi.json

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

output/schema/schema-serverless.json

Lines changed: 16 additions & 39 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: 16 additions & 39 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/indices/put_mapping/IndicesPutMappingRequest.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ export interface Request extends RequestBase {
141141
/**
142142
* Specify dynamic templates for the mapping.
143143
*/
144-
dynamic_templates?:
145-
| Dictionary<string, DynamicTemplate>
146-
| Dictionary<string, DynamicTemplate>[]
144+
dynamic_templates?: Dictionary<string, DynamicTemplate>[]
147145
/**
148146
* Control whether field names are enabled for the index.
149147
*/

0 commit comments

Comments
 (0)