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.
index_template_substitutions
1 parent a88eef2 commit 23337a2Copy full SHA for 23337a2
specification/simulate/ingest/SimulateIngestRequest.ts
@@ -88,7 +88,7 @@ export interface Request extends RequestBase {
88
/**
89
* A map of index template names to substitute index template definition objects.
90
*/
91
- index_template_subtitutions?: Dictionary<string, IndexTemplate>
+ index_template_substitutions?: Dictionary<string, IndexTemplate>
92
mapping_addition?: TypeMapping
93
94
* Pipelines to test.
0 commit comments