Skip to content

Commit

Permalink
DOC-2374: Correct node provisioning REST example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarabine committed May 23, 2017
1 parent 0512f70 commit 9278364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rest-api/rest-node-provisioning.dita
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p>Curl example syntax:</p>
<codeblock>// Initialize Node
curl -u Administrator:password -v -X POST http://[localhost]:8091/nodes/self/controller/settings
-d data_path=[location]
-d path=[location]
-d index_path=[location]

// Rename Node
Expand Down

0 comments on commit 9278364

Please sign in to comment.