浏览代码

[API] bulk request now supports timeout, see #4220

Honza Král 12 年之前
父节点
当前提交
2d29bb7a63
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      rest-api-spec/api/bulk.json

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

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