Skip to content

Commit 7c12ea0

Browse files
authored
deprecating local param from alias req (#3094)
1 parent 136cec9 commit 7c12ea0

File tree

6 files changed

+26
-8
lines changed

6 files changed

+26
-8
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

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

specification/indices/exists_alias/IndicesExistsAliasRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface Request extends RequestBase {
6262
/**
6363
* If `true`, the request retrieves information from the local node only.
6464
* @server_default false
65+
* @deprecated 8.12.0
6566
*/
6667
local?: boolean
6768
}

specification/indices/get_alias/IndicesGetAliasRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export interface Request extends RequestBase {
6565
/**
6666
* If `true`, the request retrieves information from the local node only.
6767
* @server_default false
68+
* @deprecated 8.12.0
6869
*/
6970
local?: boolean
7071
}

0 commit comments

Comments
 (0)