Skip to content

Commit 7cfee9c

Browse files
Update rest-api-spec (#4691)
Co-authored-by: pquentin <[email protected]>
1 parent 728b99e commit 7cfee9c

File tree

7 files changed

+171
-80
lines changed

7 files changed

+171
-80
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 3 additions & 3 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: 112 additions & 39 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
],
3838
"response": []
3939
},
40+
"esql.async_query_get": {
41+
"request": [
42+
"Request: query parameter 'format' does not exist in the json spec"
43+
],
44+
"response": []
45+
},
4046
"get_source": {
4147
"request": [
4248
"Request: query parameter 'stored_fields' does not exist in the json spec"
@@ -49,6 +55,12 @@
4955
],
5056
"response": []
5157
},
58+
"indices.get_alias": {
59+
"request": [],
60+
"response": [
61+
"interface definition indices.get_alias._types:NotFoundAliases / Behaviors - AdditionalProperties behavior for type 'indices.get_alias._types:NotFoundAliases' requires a 'behavior_meta' decorator with exactly 2 arguments (fieldname, description)"
62+
]
63+
},
5264
"ingest.get_ip_location_database": {
5365
"request": [
5466
"Request: query parameter 'master_timeout' does not exist in the json spec"

output/typescript/types.ts

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

0 commit comments

Comments
 (0)