Skip to content

Commit

Permalink
Docs fix node_id spec for secure settings reload API (#55712)
Browse files Browse the repository at this point in the history
Fix docs typo for the `node_id` parameter in the secure settings reload API.
  • Loading branch information
chtitux authored May 5, 2020
1 parent 2b514dc commit 0c00a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cluster/nodes-reload-secure-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Reloads the keystore on nodes in the cluster.
==== {api-request-title}

`POST _nodes/reload_secure_settings` +
`POST _nodes/<nodes/reload_secure_settings`
`POST _nodes/<node_id>/reload_secure_settings`

[[cluster-nodes-reload-secure-settings-api-desc]]
==== {api-description-title}
Expand All @@ -32,7 +32,7 @@ the node-specific {es} keystore password.
[[cluster-nodes-reload-secure-settings-path-params]]
==== {api-path-parms-title}

`<nodes>`::
`<node_id>`::
(Optional, string) The names of particular nodes in the cluster to target.
For example, `nodeId1,nodeId2`. For node selection options, see
<<cluster-nodes>>.
Expand Down

0 comments on commit 0c00a98

Please sign in to comment.