Skip to content

Remove timeout from clone snapshot API #4234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025
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
10 changes: 0 additions & 10 deletions output/openapi/elasticsearch-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 @@ -121,12 +121,6 @@
],
"response": []
},
"snapshot.clone": {
"request": [
"Request: query parameter 'timeout' does not exist in the json spec"
],
"response": []
},
"snapshot.delete": {
"request": [
"Request: missing json spec query parameter 'wait_for_completion'"
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.

6 changes: 0 additions & 6 deletions specification/snapshot/clone/SnapshotCloneRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ export interface Request extends RequestBase {
* @server_default 30s
*/
master_timeout?: Duration
/**
* The period of time to wait for a response.
* If no response is received before the timeout expires, the request fails and returns an error.
* @server_default 30s
*/
timeout?: Duration
}
body: {
/**
Expand Down