Skip to content

Commit 8dbde0e

Browse files
authored
Add data_streams to the deprecation info api response (#3130)
1 parent c74b23b commit 8dbde0e

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

specification/migration/deprecations/DeprecationInfoResponse.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class Response {
2424
body: {
2525
cluster_settings: Deprecation[]
2626
index_settings: Dictionary<string, Deprecation[]>
27+
data_streams: Dictionary<string, Deprecation[]>
2728
node_settings: Deprecation[]
2829
ml_settings: Deprecation[]
2930
}

0 commit comments

Comments
 (0)