Skip to content

Commit d1a36b2

Browse files
authored
Remove unsupported stored_fields from get_source API (#4786) (#4825)
(cherry picked from commit f7c9703) # Conflicts: # output/schema/validation-errors.json
1 parent 83f0fd4 commit d1a36b2

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
@@ -201,12 +201,6 @@
201201
],
202202
"response": []
203203
},
204-
"get_source": {
205-
"request": [
206-
"Request: query parameter 'stored_fields' does not exist in the json spec"
207-
],
208-
"response": []
209-
},
210204
"ilm.delete_lifecycle": {
211205
"request": [
212206
"Request: query parameter 'master_timeout' 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)