From a8a966435e0da8e77409da56e9d3e6e2a9ea95c5 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 4 Jun 2013 17:30:01 +0200 Subject: [PATCH] Only support one path path for node info --- rest-api-spec/api/cluster.node_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/cluster.node_info.json b/rest-api-spec/api/cluster.node_info.json index b50d0a173db..4c531a91a8b 100644 --- a/rest-api-spec/api/cluster.node_info.json +++ b/rest-api-spec/api/cluster.node_info.json @@ -4,7 +4,7 @@ "methods": ["GET"], "url": { "path": "/_cluster/nodes", - "paths": ["/_cluster/nodes", "/_cluster/nodes/{nodeId}", "/_nodes", "/_nodes/{nodeId}", "/_nodes/settings", "/_nodes/{nodeId}/settings", "/_nodes/os", "/_nodes/{nodeId}/os", "/_nodes/process", "/_nodes/{nodeId}/process", "/_nodes/jvm", "/_nodes/{nodeId}/jvm", "/_nodes/thread_pool", "/_nodes/{nodeId}/thread_pool", "/_nodes/network", "/_nodes/{nodeId}/network", "/_nodes/transport", "/_nodes/{nodeId}/transport", "/_nodes/http", "/_nodes/{nodeId}/http", "/_nodes/plugin", "/_nodes/{nodeId}/plugin"], + "paths": ["/_cluster/nodes", "/_cluster/nodes/{nodeId}"], "parts": { "nodeId": { "type" : "list",