Skip to content

Commit 9225924

Browse files
committed
Adding data_streams to the deprecation info api response
1 parent aac56be commit 9225924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)