Skip to content

Commit 6fd1819

Browse files
committed
[8.19] Remove unsupported master_timeout from cat.aliases API
1 parent 9768ef0 commit 6fd1819

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

output/schema/schema.json

Lines changed: 1 addition & 14 deletions
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
],
77
"response": []
88
},
9-
"cat.aliases": {
10-
"request": [
11-
"Request: query parameter 'master_timeout' does not exist in the json spec"
12-
],
13-
"response": []
14-
},
159
"esql.async_query_get": {
1610
"request": [
1711
"Request: query parameter 'format' does not exist in the json spec"

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
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: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,5 @@ export interface Request extends CatRequestBase {
7474
* @server_default false
7575
*/
7676
local?: boolean
77-
/**
78-
* The period to wait for a connection to the master node.
79-
* If the master node is not available before the timeout expires, the request fails and returns an error.
80-
* To indicated that the request should never timeout, you can set it to `-1`.
81-
* @server_default 30s
82-
*/
83-
master_timeout?: Duration
8477
}
8578
}

0 commit comments

Comments
 (0)