Browse Source

get.json documents deprecated _source_include (#38613)

This brings it inline with other REST spec files which only document the plural
Martijn Laarman 6 years ago
parent
commit
125f5890ce
1 changed files with 0 additions and 8 deletions
  1. 0 8
      rest-api-spec/src/main/resources/rest-api-spec/api/get.json

+ 0 - 8
rest-api-spec/src/main/resources/rest-api-spec/api/get.json

@@ -65,14 +65,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"