From f7ad35b7597fdf34058e3db2c5415d493b9ed194 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Mon, 27 May 2013 22:30:48 +0200 Subject: [PATCH] Added the API definition for `info` (root endpoint) --- rest-api-spec/api/{main.json => info.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rest-api-spec/api/{main.json => info.json} (76%) diff --git a/rest-api-spec/api/main.json b/rest-api-spec/api/info.json similarity index 76% rename from rest-api-spec/api/main.json rename to rest-api-spec/api/info.json index 1234b0227e7..891cc8fe62a 100644 --- a/rest-api-spec/api/main.json +++ b/rest-api-spec/api/info.json @@ -1,6 +1,6 @@ { "main": { - "documentation": "", + "documentation": "http://elasticsearch.org/guide/", "methods": ["GET", "HEAD"], "url": { "path": "/",