From aaf7116bfb03c74bb591c19da1c129987ab66375 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Thu, 10 Sep 2015 11:13:38 +0200 Subject: [PATCH] synced flush incorrectly documented url parameters as path parameters --- .../resources/rest-api-spec/api/indices.flush_synced.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.flush_synced.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.flush_synced.json index 1c411b1d5af..08488eae864 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.flush_synced.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.flush_synced.json @@ -12,7 +12,9 @@ "index": { "type" : "list", "description" : "A comma-separated list of index names; use `_all` or empty string for all indices" - }, + } + }, + "params": { "ignore_unavailable": { "type": "boolean", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)"