Skip to content

Commit 792da5a

Browse files
delvedorjavanna
authored andcommitted
Remove deprecated _source_exclude and _source_include from get API spec (#42188)
Support for these parameters was removed in #35097. The spec were left outdated.
1 parent 02c8c08 commit 792da5a

File tree

1 file changed

+0
-8
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/api

1 file changed

+0
-8
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/get.json

-8
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@
5858
"type" : "list",
5959
"description" : "A list of fields to extract and return from the _source field"
6060
},
61-
"_source_exclude": {
62-
"type" : "list",
63-
"description" : "A list of fields to exclude from the returned _source field"
64-
},
65-
"_source_include": {
66-
"type" : "list",
67-
"description" : "A list of fields to extract and return from the _source field"
68-
},
6961
"version" : {
7062
"type" : "number",
7163
"description" : "Explicit version number for concurrency control"

0 commit comments

Comments
 (0)