[API] bulk request now supports timeout, see #4220
This commit is contained in:
parent
381436843d
commit
2d29bb7a63
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue