We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IndicesPutMappingRequest.dynamic_templates
1 parent 35e9436 commit 3acc541Copy full SHA for 3acc541
specification/indices/put_mapping/IndicesPutMappingRequest.ts
@@ -141,9 +141,7 @@ export interface Request extends RequestBase {
141
/**
142
* Specify dynamic templates for the mapping.
143
*/
144
- dynamic_templates?:
145
- | Dictionary<string, DynamicTemplate>
146
- | Dictionary<string, DynamicTemplate>[]
+ dynamic_templates?: Dictionary<string, DynamicTemplate>[]
147
148
* Control whether field names are enabled for the index.
149
0 commit comments