From 815c53e6b45052c77abddf0c7914cf942ce4ef68 Mon Sep 17 00:00:00 2001 From: Jayson Minard Date: Thu, 26 Nov 2015 14:34:02 -0300 Subject: [PATCH] body attribute was at wrong nesting level --- .../src/main/resources/rest-api-spec/api/indices.stats.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.stats.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.stats.json index 7ec665ca060f8..7099f3e2fd2c3 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.stats.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.stats.json @@ -53,8 +53,8 @@ "type" : "list", "description" : "A comma-separated list of document types for the `indexing` index metric" } - }, - "body": null - } + } + }, + "body": null } }