Merge pull request #1321 from sidick/fix-token-renew-typo

Should be renew not revoke
This commit is contained in:
Vishal Nayak 2016-04-12 09:10:13 -04:00
commit 21f18c86c4

View File

@ -333,7 +333,7 @@ of the header should be "X-Vault-Token" and the value should be the token.
<li> <li>
<span class="param">token</span> <span class="param">token</span>
<span class="param-flags">required</span> <span class="param-flags">required</span>
Token to revoke. This can be part of the URL or the body. Token to renew. This can be part of the URL or the body.
</li> </li>
</ul> </ul>
</dd> </dd>