Skip to content

Commit 2a2fa84

Browse files
fix typo in index_template_substitutions body argument (#3883) (#3898)
* fix typo in `index_template_substitutions` body argument * generated files --------- Co-authored-by: Laura Trotta <[email protected]> (cherry picked from commit 8bec192) Co-authored-by: Miguel Grinberg <[email protected]>
1 parent 0fee640 commit 2a2fa84

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/simulate/ingest/SimulateIngestRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface Request extends RequestBase {
7878
/**
7979
* A map of index template names to substitute index template definition objects.
8080
*/
81-
index_template_subtitutions?: Dictionary<string, IndexTemplate>
81+
index_template_substitutions?: Dictionary<string, IndexTemplate>
8282
mapping_addition?: TypeMapping
8383
/**
8484
* Pipelines to test.

0 commit comments

Comments
 (0)