Skip to content

Commit df3194d

Browse files
committed
Remove unsupported stored_fields from get_source API
1 parent d13317e commit df3194d

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
@@ -43,12 +43,6 @@
4343
],
4444
"response": []
4545
},
46-
"get_source": {
47-
"request": [
48-
"Request: query parameter 'stored_fields' does not exist in the json spec"
49-
],
50-
"response": []
51-
},
5246
"index": {
5347
"request": [
5448
"Request: missing json spec query parameter 'require_data_stream'"

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)