Removed the incorrect `index` URL parameter from `_bulk`

This commit is contained in:
Karel Minarik 2013-05-28 09:55:28 +02:00
parent 616b2087ba
commit 69085bc535
1 changed files with 0 additions and 4 deletions

View File

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