浏览代码

Revert mget yaml test changes

Relative to #4892
David Pilato 11 年之前
父节点
当前提交
09575eb95f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     }
   }
 }