浏览代码

[SPEC] Remove duplicated timeout param from bulk REST spec

Closes #10205
Tim Schlechter 10 年之前
父节点
当前提交
56117e3f70
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      rest-api-spec/api/bulk.json

+ 0 - 4
rest-api-spec/api/bulk.json

@@ -36,10 +36,6 @@
         "type": {
           "type" : "string",
           "description" : "Default document type for items which don't provide one"
-        },
-        "timeout": {
-          "type" : "time",
-          "description" : "Explicit operation timeout"
         }
       }
     },