Browse Source

[SPEC] Remove duplicated timeout param from bulk REST spec

Closes #10205
Tim Schlechter 10 years ago
parent
commit
56117e3f70
1 changed files with 0 additions and 4 deletions
  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"
         }
       }
     },