Skip to content

Commit

Permalink
Review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpalele committed Jan 9, 2017
1 parent 497b952 commit f0781a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/cli/cbcli/master-password.dita
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</row>
<row>
<entry><codeph>--rotate-data-key</codeph></entry>
<entry>Rotates the master password data key.</entry>
<entry>Rotates the data key.</entry>
</row>
<row>
<entry><codeph>--send-password</codeph></entry>
Expand Down
6 changes: 3 additions & 3 deletions content/rest-api/rest-secret-mgmt.dita
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
resetting the password require authentication.</shortdesc>
<body>
<section>
<title>POST /node/contorller/changeMasterPassword</title>
<title>POST /node/controller/changeMasterPassword</title>
<p><b>Description:</b></p>
<p>This command sets the master password. </p>
<p><b>Parameters:</b></p>
<p>
<ul id="ul_bs2_gsd_3y">
<li>newPassword - Specify a new password. Required.</li>
<li>newPassword - Specify a new master password. Required.</li>
</ul>
</p>
<p><b>Syntax:</b>
Expand All @@ -20,7 +20,7 @@
http://Administrator:password@127.0.0.1:8091/node/controller/changeMasterPassword </codeblock>

</section> <section>
<title>POST /node/contorller/rotateDataKey</title>
<title>POST /node/controller/rotateDataKey</title>
<p><b>Description:</b></p>
<p>This command rotates the data key. </p>
<p><b>Parameters:</b></p>
Expand Down

0 comments on commit f0781a1

Please sign in to comment.