Skip to content

Commit 28a996c

Browse files
committed
deprecating local param from alias req (#3094)
1 parent 1a27080 commit 28a996c

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
@@ -61,6 +61,7 @@ export interface Request extends RequestBase {
6161
/**
6262
* If `true`, the request retrieves information from the local node only.
6363
* @server_default false
64+
* @deprecated 8.12.0
6465
*/
6566
local?: boolean
6667
}

specification/indices/get_alias/IndicesGetAliasRequest.ts

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

0 commit comments

Comments
 (0)