Browse Source

Revert mget yaml test changes

Relative to #4892
David Pilato 11 years ago
parent
commit
09575eb95f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rest-api-spec/api/mget.json

+ 1 - 1
rest-api-spec/api/mget.json

@@ -48,7 +48,7 @@
     },
     "body": {
       "description" : "Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL.",
-      "required" : false
+      "required" : true
     }
   }
 }