In the index API, id should be specified in the URL, not the query string
This commit is contained in:
parent
1f33e79345
commit
d06496b918
|
@ -27,10 +27,6 @@
|
|||
"options" : ["one", "quorum", "all"],
|
||||
"description" : "Explicit write consistency setting for the operation"
|
||||
},
|
||||
"id": {
|
||||
"type" : "string",
|
||||
"description" : "Specific document ID (when the POST method is used)"
|
||||
},
|
||||
"op_type": {
|
||||
"type" : "enum",
|
||||
"options" : ["index", "create"],
|
||||
|
|
Loading…
Reference in New Issue