Skip to content

Commit

Permalink
Updated as per Ritam's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpalele committed Dec 29, 2016
1 parent c0f13a5 commit b8783b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/rest-api/rest-secret-mgmt.dita
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic_jdz_bd3_hy">
<title>Secret Management API</title><shortdesc>An Administrator can change the master password and data key. Resetting the password
requires authentication.</shortdesc>
<title>Secret Management API</title><shortdesc>An Administrator can change the master password and data key. Rotating the key and
resetting the password require authentication.</shortdesc>
<body>
<section>
<title>POST /node/contorller/changeMasterPassword</title>
<p><b>Description:</b></p>
<p>This command retrieves changes the master password. </p>
<p>This command sets the master password. </p>
<p><b>Parameters:</b></p>
<p>
<ul id="ul_bs2_gsd_3y">
Expand All @@ -22,7 +22,7 @@ http://Administrator:password@127.0.0.1:8091/node/controller/changeMasterPasswor
</section> <section>
<title>POST /node/contorller/rotateDataKey</title>
<p><b>Description:</b></p>
<p>This command changes the data key. </p>
<p>This command rotates the data key. </p>
<p><b>Parameters:</b></p>
<p>
<ul id="ul_vfy_lsd_3y">
Expand Down

0 comments on commit b8783b0

Please sign in to comment.