Skip to content

Commit 412d686

Browse files
authored
Remove unsupported stored_fields from get_source API (#4786) (#4823)
(cherry picked from commit f7c9703) # Conflicts: # output/schema/validation-errors.json
1 parent efb07e0 commit 412d686

File tree

6 files changed

+1
-44
lines changed

6 files changed

+1
-44
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 10 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: 0 additions & 10 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: 1 addition & 13 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
],
4545
"response": []
4646
},
47-
"get_source": {
48-
"request": [
49-
"Request: query parameter 'stored_fields' does not exist in the json spec"
50-
],
51-
"response": []
52-
},
5347
"msearch": {
5448
"request": [
5549
"Request: query parameter 'allow_no_indices' does not exist in the json spec",

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/_global/get_source/SourceRequest.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ export interface Request extends RequestBase {
9999
* A comma-separated list of source fields to include in the response.
100100
*/
101101
_source_includes?: Fields
102-
/**
103-
* A comma-separated list of stored fields to return as part of a hit.
104-
*/
105-
stored_fields?: Fields
106102
/**
107103
* The version number for concurrency control.
108104
* It must match the current version of the document for the request to succeed.

0 commit comments

Comments
 (0)