Small text edits for `_cluster/nodes/_shutdown`
This commit is contained in:
parent
85157f9b48
commit
a252592a7c
|
@ -8,7 +8,7 @@
|
||||||
"parts": {
|
"parts": {
|
||||||
"nodeId": {
|
"nodeId": {
|
||||||
"type" : "list",
|
"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": {
|
"params": {
|
||||||
|
|
Loading…
Reference in New Issue