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 960d65a commit a36880dCopy full SHA for a36880d
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