From c9ad3658e9f12c6cad3fb7e1d2db0ee058f3bfb8 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 28 May 2013 10:35:16 +0200 Subject: [PATCH] Removed the `index` and `type` URL parameters for the "delete by query" API --- rest-api-spec/api/delete_by_query.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rest-api-spec/api/delete_by_query.json b/rest-api-spec/api/delete_by_query.json index 56b1dcbec41..2fe8ee3217b 100644 --- a/rest-api-spec/api/delete_by_query.json +++ b/rest-api-spec/api/delete_by_query.json @@ -27,10 +27,6 @@ "default" : "none", "description" : "When performed on multiple indices, allows to ignore `missing` ones" }, - "index": { - "type" : "list", - "description" : "A comma-separated list of indices to restrict the operation" - }, "replication": { "type" : "enum", "options" : ["sync","async"], @@ -48,10 +44,6 @@ "timeout": { "type" : "time", "description" : "Explicit operation timeout" - }, - "type": { - "type" : "list", - "description" : "A comma-separated list of document types to restrict the operation" } } },