From d06496b9189bb105e8a2e64651cc3abfe556bfb1 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 19 Jun 2013 15:32:22 +0200 Subject: [PATCH] In the index API, id should be specified in the URL, not the query string --- rest-api-spec/api/index.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rest-api-spec/api/index.json b/rest-api-spec/api/index.json index e0c915fcf98..6f74c9d586a 100644 --- a/rest-api-spec/api/index.json +++ b/rest-api-spec/api/index.json @@ -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"],