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.
This commit is contained in:
Tomas Della Vedova 2019-05-20 06:40:45 -04:00 committed by Luca Cavanna
parent 8f838198fa
commit 4e9bf3f18a
1 changed files with 0 additions and 8 deletions

View File

@ -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"