Skip to content

Commit

Permalink
deprecating local param from alias req (#3094) (#3095)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c12ea0)

Co-authored-by: Laura Trotta <[email protected]>
  • Loading branch information
github-actions[bot] and l-trotta authored Nov 5, 2024
1 parent e2f2dd4 commit 9fb4e59
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
4 changes: 2 additions & 2 deletions output/openapi/elasticsearch-openapi.json

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

4 changes: 2 additions & 2 deletions output/openapi/elasticsearch-serverless-openapi.json

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

12 changes: 10 additions & 2 deletions output/schema/schema-serverless.json

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

12 changes: 10 additions & 2 deletions output/schema/schema.json

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 @@ -62,6 +62,7 @@ export interface Request extends RequestBase {
/**
* If `true`, the request retrieves information from the local node only.
* @server_default false
* @deprecated 8.12.0
*/
local?: boolean
}
Expand Down
1 change: 1 addition & 0 deletions specification/indices/get_alias/IndicesGetAliasRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export interface Request extends RequestBase {
/**
* If `true`, the request retrieves information from the local node only.
* @server_default false
* @deprecated 8.12.0
*/
local?: boolean
}
Expand Down

0 comments on commit 9fb4e59

Please sign in to comment.