Skip to content

Commit

Permalink
Remove deprecated _source_exclude and _source_include from get API sp…
Browse files Browse the repository at this point in the history
…ec (#42188)

Support for these parameters was removed in #35097. The spec were left outdated.
  • Loading branch information
delvedor authored and javanna committed May 20, 2019
1 parent 8f83819 commit 4e9bf3f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rest-api-spec/src/main/resources/rest-api-spec/api/get.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@
"type" : "list",
"description" : "A list of fields to extract and return from the _source field"
},
"_source_exclude": {
"type" : "list",
"description" : "A list of fields to exclude from the returned _source field"
},
"_source_include": {
"type" : "list",
"description" : "A list of fields to extract and return from the _source field"
},
"version" : {
"type" : "number",
"description" : "Explicit version number for concurrency control"
Expand Down

0 comments on commit 4e9bf3f

Please sign in to comment.