Skip to content

Commit f23bf34

Browse files
authored
Add missing "defaults" field to IndexState (#1054)
1 parent 290a3ff commit f23bf34

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

output/schema/schema.json

Lines changed: 12 additions & 0 deletions
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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/_types/IndexState.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ export class IndexState {
2727
aliases?: Dictionary<IndexName, Alias>
2828
mappings?: TypeMapping
2929
settings?: IndexSettings
30+
/** Default settings, included when the request's `include_default` is `true`. */
31+
defaults?: IndexSettings
3032
data_stream?: DataStreamName
3133
}

0 commit comments

Comments
 (0)