From e7fc98a33f141e64e03fa17a645fb9672c245597 Mon Sep 17 00:00:00 2001 From: Greg Marzouka Date: Tue, 2 Feb 2016 15:32:14 -0500 Subject: [PATCH] Remove detect_noop from REST spec Unless this should be supported as a query string parameter instead, right now it only works when specified in the body. --- .../src/main/resources/rest-api-spec/api/update.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/update.json b/rest-api-spec/src/main/resources/rest-api-spec/api/update.json index 37a04cbae28..20fc3524283 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/update.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/update.json @@ -82,10 +82,6 @@ "type": "enum", "options": ["internal", "force"], "description": "Specific version type" - }, - "detect_noop": { - "type": "boolean", - "description": "Specifying as true will cause Elasticsearch to check if there are changes and, if there aren’t, turn the update request into a noop." } } },