Skip to content

Commit 23337a2

Browse files
fix typo in index_template_substitutions body argument
1 parent a88eef2 commit 23337a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/simulate/ingest/SimulateIngestRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export interface Request extends RequestBase {
8888
/**
8989
* A map of index template names to substitute index template definition objects.
9090
*/
91-
index_template_subtitutions?: Dictionary<string, IndexTemplate>
91+
index_template_substitutions?: Dictionary<string, IndexTemplate>
9292
mapping_addition?: TypeMapping
9393
/**
9494
* Pipelines to test.

0 commit comments

Comments
 (0)