Skip to content

Commit 5f23f17

Browse files
timgreingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 379de4f commit 5f23f17

23 files changed

+591
-35
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 222 additions & 7 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: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
},
1010
"cluster.get_component_template": {
1111
"request": [
12-
"Request: query parameter 'flat_settings' does not exist in the json spec"
12+
"Request: missing json spec query parameter 'settings_filter'"
1313
],
1414
"response": []
1515
},
1616
"cluster.put_component_template": {
1717
"request": [
18-
"Request: missing json spec query parameter 'timeout'"
18+
"Request: missing json spec query parameter 'cause'"
1919
],
2020
"response": []
2121
},
@@ -45,6 +45,18 @@
4545
],
4646
"response": []
4747
},
48+
"esql.async_query_get": {
49+
"request": [
50+
"Request: missing json spec query parameter 'format'"
51+
],
52+
"response": []
53+
},
54+
"get": {
55+
"request": [
56+
"Request: missing json spec query parameter '_source_exclude_vectors'"
57+
],
58+
"response": []
59+
},
4860
"get_source": {
4961
"request": [
5062
"Request: query parameter 'stored_fields' does not exist in the json spec"
@@ -81,16 +93,16 @@
8193
],
8294
"response": []
8395
},
84-
"open_point_in_time": {
96+
"reindex": {
8597
"request": [
86-
"Request: query parameter 'max_concurrent_shard_requests' does not exist in the json spec"
98+
"Request: query parameter 'require_alias' does not exist in the json spec",
99+
"Request: missing json spec query parameter 'max_docs'"
87100
],
88101
"response": []
89102
},
90-
"reindex": {
103+
"search": {
91104
"request": [
92-
"Request: query parameter 'require_alias' does not exist in the json spec",
93-
"Request: missing json spec query parameter 'max_docs'"
105+
"Request: missing json spec query parameter '_source_exclude_vectors'"
94106
],
95107
"response": []
96108
},
@@ -127,6 +139,12 @@
127139
],
128140
"response": []
129141
},
142+
"snapshot.get": {
143+
"request": [
144+
"Request: missing json spec query parameter 'state'"
145+
],
146+
"response": []
147+
},
130148
"snapshot.repository_analyze": {
131149
"request": [
132150
"Request: query parameter 'register_operation_count' does not exist in the json spec"

0 commit comments

Comments
 (0)