Skip to content

Commit 60a8165

Browse files
Remove timeout from clone snapshot API (#4234) (#4235)
We removed it from 8.18 already. (cherry picked from commit f22adb6) Co-authored-by: Quentin Pradet <[email protected]>
1 parent cb35d04 commit 60a8165

File tree

5 files changed

+1
-37
lines changed

5 files changed

+1
-37
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 10 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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@
121121
],
122122
"response": []
123123
},
124-
"snapshot.clone": {
125-
"request": [
126-
"Request: query parameter 'timeout' does not exist in the json spec"
127-
],
128-
"response": []
129-
},
130124
"snapshot.delete": {
131125
"request": [
132126
"Request: missing json spec query parameter 'wait_for_completion'"

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/snapshot/clone/SnapshotCloneRequest.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ export interface Request extends RequestBase {
5959
* @server_default 30s
6060
*/
6161
master_timeout?: Duration
62-
/**
63-
* The period of time to wait for a response.
64-
* If no response is received before the timeout expires, the request fails and returns an error.
65-
* @server_default 30s
66-
*/
67-
timeout?: Duration
6862
}
6963
body: {
7064
/**

0 commit comments

Comments
 (0)