Skip to content

Commit f7c9703

Browse files
authored
Remove unsupported stored_fields from get_source API (#4786)
1 parent 1fc197e commit f7c9703

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
@@ -31,12 +31,6 @@
3131
],
3232
"response": []
3333
},
34-
"get_source": {
35-
"request": [
36-
"Request: query parameter 'stored_fields' does not exist in the json spec"
37-
],
38-
"response": []
39-
},
4034
"msearch": {
4135
"request": [
4236
"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)