소스 검색

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
     }
   }
 }