Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions output/openapi/elasticsearch-openapi.json

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

16 changes: 0 additions & 16 deletions output/openapi/elasticsearch-serverless-openapi.json

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

15 changes: 1 addition & 14 deletions output/schema/schema.json

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

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
],
"response": []
},
"cat.aliases": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec"
],
"response": []
},
"esql.async_query_get": {
"request": [
"Request: query parameter 'format' does not exist in the json spec"
Expand Down
1 change: 0 additions & 1 deletion output/typescript/types.ts

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

8 changes: 0 additions & 8 deletions specification/cat/aliases/CatAliasesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import { ExpandWildcards, Names } from '@_types/common'
import { Duration } from '@_types/Time'
import { CatRequestBase } from '@cat/_types/CatBase'

/**
Expand Down Expand Up @@ -74,12 +73,5 @@ export interface Request extends CatRequestBase {
* @server_default false
*/
local?: boolean
/**
* The period to wait for a connection to the master node.
* If the master node is not available before the timeout expires, the request fails and returns an error.
* To indicated that the request should never timeout, you can set it to `-1`.
* @server_default 30s
*/
master_timeout?: Duration
}
}