Skip to content

Commit a1fe3aa

Browse files
committed
Add local to cat aliases as it's supported in 8.x
1 parent 3e6005a commit a1fe3aa

File tree

7 files changed

+69
-3
lines changed

7 files changed

+69
-3
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 16 additions & 0 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: 16 additions & 0 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: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

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

output/schema/validation-errors.json

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

output/typescript/types.ts

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

specification/cat/aliases/CatAliasesRequest.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,13 @@ export interface Request extends CatRequestBase {
3939
}
4040
query_parameters: {
4141
expand_wildcards?: ExpandWildcards
42+
/**
43+
* If `true`, the request computes the list of selected nodes from the
44+
* local cluster state. If `false` the list of selected nodes are computed
45+
* from the cluster state of the master node. In both cases the coordinating
46+
* node will send requests for further information to each selected node.
47+
* @server_default false
48+
*/
49+
local?: boolean
4250
}
4351
}

0 commit comments

Comments
 (0)