Skip to content

Commit 4e9bf3f

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 8f83819 commit 4e9bf3f

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@
6161
"type" : "list",
6262
"description" : "A list of fields to extract and return from the _source field"
6363
},
64-
"_source_exclude": {
65-
"type" : "list",
66-
"description" : "A list of fields to exclude from the returned _source field"
67-
},
68-
"_source_include": {
69-
"type" : "list",
70-
"description" : "A list of fields to extract and return from the _source field"
71-
},
7264
"version" : {
7365
"type" : "number",
7466
"description" : "Explicit version number for concurrency control"

0 commit comments

Comments
 (0)