Browse Source

Fix spacing for json formatting

Ryan Ernst 9 years ago
parent
commit
c42a5b330a

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.upgrade.json

@@ -29,7 +29,7 @@
         "wait_for_completion": {
            "type" : "boolean",
            "description" : "Specify whether the request should block until the all segments are upgraded (default: false)"
-  },
+        },
         "only_ancient_segments": {
           "type" : "boolean",
           "description" : "If true, only ancient (an older Lucene major release) segments will be upgraded"