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
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