From 0a0910a5d67a1a1aa060aee613778855d50adcb7 Mon Sep 17 00:00:00 2001 From: Tim Schlechter Date: Sat, 21 Mar 2015 22:30:03 +0100 Subject: [PATCH] [SPEC] Remove duplicated timeout param from bulk REST spec Closes #10205 --- rest-api-spec/api/bulk.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rest-api-spec/api/bulk.json b/rest-api-spec/api/bulk.json index aefbee7015272..53a2e204211ba 100644 --- a/rest-api-spec/api/bulk.json +++ b/rest-api-spec/api/bulk.json @@ -42,10 +42,6 @@ "type": { "type" : "string", "description" : "Default document type for items which don't provide one" - }, - "timeout": { - "type" : "time", - "description" : "Explicit operation timeout" } } },