Removed the incorrect `index` URL parameter from `_bulk`
This commit is contained in:
parent
616b2087ba
commit
69085bc535
|
@ -21,10 +21,6 @@
|
||||||
"options" : ["one", "quorum", "all"],
|
"options" : ["one", "quorum", "all"],
|
||||||
"description" : "Explicit write consistency setting for the operation"
|
"description" : "Explicit write consistency setting for the operation"
|
||||||
},
|
},
|
||||||
"index": {
|
|
||||||
"type" : "string",
|
|
||||||
"description" : "Default index for items which don't provide one"
|
|
||||||
},
|
|
||||||
"refresh": {
|
"refresh": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Refresh the index after performing the operation"
|
"description" : "Refresh the index after performing the operation"
|
||||||
|
|
Loading…
Reference in New Issue