Skip to content

Commit 518eda3

Browse files
fix typo in index_template_substitutions body argument (#3883) (#3899)
* 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 7443d02 commit 518eda3

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
@@ -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)