From a252592a7c13e929ba0eb4db34ba80a87ebc262e Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 28 May 2013 10:07:05 +0200 Subject: [PATCH] Small text edits for `_cluster/nodes/_shutdown` --- rest-api-spec/api/cluster.node.shutdown.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/cluster.node.shutdown.json b/rest-api-spec/api/cluster.node.shutdown.json index fa6a25f5f6f..0779c09bc7e 100644 --- a/rest-api-spec/api/cluster.node.shutdown.json +++ b/rest-api-spec/api/cluster.node.shutdown.json @@ -8,7 +8,7 @@ "parts": { "nodeId": { "type" : "list", - "description" : "A comma-separated list of nodes to limit the returned information" + "description" : "A comma-separated list of node IDs or names to perform the operation on; use `_local` to perform the operation on the node you're connected to, leave empty to perform the operation on all nodes" } }, "params": {