Skip to content

Commit

Permalink
[Backport 8.x] Add data_streams to the deprecation info api response (#…
Browse files Browse the repository at this point in the history
…3134)

Co-authored-by: Keith Massey <[email protected]>
  • Loading branch information
github-actions[bot] and masseyke authored Nov 15, 2024
1 parent 67f7ea2 commit 7106d5c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
10 changes: 10 additions & 0 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 26 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class Response {
body: {
cluster_settings: Deprecation[]
index_settings: Dictionary<string, Deprecation[]>
data_streams: Dictionary<string, Deprecation[]>
node_settings: Deprecation[]
ml_settings: Deprecation[]
}
Expand Down

0 comments on commit 7106d5c

Please sign in to comment.