In the index API, id should be specified in the URL, not the query string

This commit is contained in:
Clinton Gormley 2013-06-19 15:32:22 +02:00
parent 1f33e79345
commit d06496b918
1 changed files with 0 additions and 4 deletions

View File

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