Skip to content

Commit 125f589

Browse files
authored
get.json documents deprecated _source_include (#38613)
This brings it inline with other REST spec files which only document the plural
1 parent b47d65c commit 125f589

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
@@ -65,14 +65,6 @@
6565
"type" : "list",
6666
"description" : "A list of fields to extract and return from the _source field"
6767
},
68-
"_source_exclude": {
69-
"type" : "list",
70-
"description" : "A list of fields to exclude from the returned _source field"
71-
},
72-
"_source_include": {
73-
"type" : "list",
74-
"description" : "A list of fields to extract and return from the _source field"
75-
},
7668
"version" : {
7769
"type" : "number",
7870
"description" : "Explicit version number for concurrency control"

0 commit comments

Comments
 (0)