Skip to content

Commit c84c876

Browse files
committed
Remove timeout parameter from put_component_template
1 parent 3be7359 commit c84c876

File tree

7 files changed

+8
-66
lines changed

7 files changed

+8
-66
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 16 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: 0 additions & 16 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: 1 addition & 14 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: 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
],
117117
"response": []
118118
},
119+
"cluster.put_component_template": {
120+
"request": [
121+
"Request: missing json spec query parameter 'timeout'"
122+
],
123+
"response": []
124+
},
119125
"connector.secret_delete": {
120126
"request": [
121127
"Missing request & response"

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/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ export interface Request extends RequestBase {
7171
* If no response is received before the timeout expires, the request fails and returns an error.
7272
* @server_default 30s */
7373
master_timeout?: Duration
74-
/**
75-
* Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
76-
* @server_default 30s
77-
*/
78-
timeout?: Duration
7974
}
8075
body: {
8176
/**

0 commit comments

Comments
 (0)