瀏覽代碼

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": {
     "body": {
       "description" : "Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL.",
       "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
     }
     }
   }
   }
 }
 }