浏览代码

index is a required url part

Mpdreamz 9 年之前
父节点
当前提交
dd0c99bb65
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json

+ 1 - 0
rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json

@@ -8,6 +8,7 @@
       "comment": "most things below this are just copied from search.json",
       "parts": {
         "index": {
+         "required" : true,
          "type" : "list",
          "description" : "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
         },