Skip to content

Commit b86184e

Browse files
committed
Run make contrib
1 parent 57b370c commit b86184e

File tree

5 files changed

+153
-14
lines changed

5 files changed

+153
-14
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 80 additions & 0 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: 66 additions & 1 deletion
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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
{
2-
"endpointErrors": {
3-
"cat.segments": {
4-
"request": [
5-
"Request: missing json spec query parameter 'ignore_unavailable'",
6-
"Request: missing json spec query parameter 'ignore_throttled'",
7-
"Request: missing json spec query parameter 'allow_no_indices'",
8-
"Request: missing json spec query parameter 'expand_wildcards'",
9-
"Request: missing json spec query parameter 'allow_closed'"
10-
],
11-
"response": []
12-
}
13-
},
2+
"endpointErrors": {},
143
"generalErrors": [
154
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
165
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

output/typescript/types.ts

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/cat/segments/CatSegmentsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ export interface Request extends CatRequestBase {
108108
* of throwing an exception if index pattern matches closed indices
109109
* @server_default false
110110
*/
111-
allow_closed ?: boolean
111+
allow_closed?: boolean
112112
}
113113
}

0 commit comments

Comments
 (0)