Skip to content

Commit 15834ee

Browse files
committed
Reflect rest-api-spec changes
1 parent 368c754 commit 15834ee

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/cluster/state/ClusterStateRequest.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ export interface Request extends RequestBase {
8181
ignore_unavailable?: boolean
8282
/** @server_default false */
8383
local?: boolean
84-
/** @server_default 30s */
84+
/**
85+
* Timeout for waiting for new cluster state in case it is blocked
86+
* @deprecated 9.2.0
87+
* @server_default 30s
88+
* */
8589
master_timeout?: Duration
8690
wait_for_metadata_version?: VersionNumber
8791
wait_for_timeout?: Duration

0 commit comments

Comments
 (0)