Skip to content

Commit 1a3dad9

Browse files
committed
Add _source_excludes_vectors and settings_filter
1 parent 95d8059 commit 1a3dad9

File tree

8 files changed

+205
-21
lines changed

8 files changed

+205
-21
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 58 additions & 0 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: 58 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: 68 additions & 3 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: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
],
88
"response": []
99
},
10-
"cluster.get_component_template": {
11-
"request": [
12-
"Request: missing json spec query parameter 'settings_filter'"
13-
],
14-
"response": []
15-
},
1610
"create": {
1711
"request": [
1812
"Request: query parameter 'if_primary_term' does not exist in the json spec",
@@ -31,12 +25,6 @@
3125
],
3226
"response": []
3327
},
34-
"get": {
35-
"request": [
36-
"Request: missing json spec query parameter '_source_exclude_vectors'"
37-
],
38-
"response": []
39-
},
4028
"msearch": {
4129
"request": [
4230
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
@@ -55,12 +43,6 @@
5543
],
5644
"response": []
5745
},
58-
"search": {
59-
"request": [
60-
"Request: missing json spec query parameter '_source_exclude_vectors'"
61-
],
62-
"response": []
63-
},
6446
"search_mvt": {
6547
"request": [
6648
"Request: query parameter 'grid_agg' does not exist in the json spec",

0 commit comments

Comments
 (0)