From 8b4b7be9c5cc9d038edbc49286e64e6f39d06e1f Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 28 May 2013 10:36:06 +0200 Subject: [PATCH] Removed the `id` URL parameter in `_explain` API --- rest-api-spec/api/explain.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rest-api-spec/api/explain.json b/rest-api-spec/api/explain.json index 1f05b2a856c..6b59b84dbbd 100644 --- a/rest-api-spec/api/explain.json +++ b/rest-api-spec/api/explain.json @@ -45,10 +45,6 @@ "type": "list", "description" : "A comma-separated list of fields to return in the response" }, - "id": { - "type" : "string", - "description" : "The document ID" - }, "lenient": { "type" : "boolean", "description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored"