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

This commit is contained in:
Honza Král 2013-11-25 11:53:32 +01:00
parent 381436843d
commit 2d29bb7a63
1 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}
},