Skip to content

Commit

Permalink
Adding data_streams to the deprecation info api response
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Nov 14, 2024
1 parent aac56be commit 9225924
Showing 1 changed file with 1 addition and 0 deletions.
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 9225924

Please sign in to comment.