We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IndicesPutMappingRequest.dynamic_templates
1 parent 138c568 commit 2a1d012Copy full SHA for 2a1d012
specification/indices/put_mapping/IndicesPutMappingRequest.ts
@@ -135,9 +135,7 @@ export interface Request extends RequestBase {
135
/**
136
* Specify dynamic templates for the mapping.
137
*/
138
- dynamic_templates?:
139
- | Dictionary<string, DynamicTemplate>
140
- | Dictionary<string, DynamicTemplate>[]
+ dynamic_templates?: Dictionary<string, DynamicTemplate>[]
141
142
* Control whether field names are enabled for the index.
143
0 commit comments