Skip to content

Commit cc925e7

Browse files
committed
Apply 3624 and 4234 fixes
1 parent 9cd9111 commit cc925e7

File tree

6 files changed

+8
-43
lines changed

6 files changed

+8
-43
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 11 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: 3 additions & 15 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: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
2-
"endpointErrors": {
3-
"snapshot.clone": {
4-
"request": [
5-
"Request: query parameter 'timeout' does not exist in the json spec"
6-
],
7-
"response": []
8-
}
9-
},
2+
"endpointErrors": {},
103
"generalErrors": [
114
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
125
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

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/_types/SnapshotRepository.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export class S3RepositorySettings extends RepositorySettingsBase {
314314
*/
315315
readonly?: boolean
316316
/**
317-
* When set to `true`m files are encrypted on server side using an AES256 algorithm.
318-
* server_default false
317+
* When set to `true`, files are encrypted on server side using an AES256 algorithm.
318+
* @server_default false
319319
*/
320320
server_side_encryption?: boolean
321321
/**

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)