Pretty sure the method to delete a token role is not GET

This commit is contained in:
Eric Herot 2016-07-07 13:54:20 -04:00
parent 4a597c3a7a
commit cbc76c357e

View file

@ -486,7 +486,7 @@ of the header should be "X-Vault-Token" and the value should be the token.
</dd>
<dt>Method</dt>
<dd>GET</dd>
<dd>DELETE</dd>
<dt>URL</dt>
<dd>`/auth/token/roles/<role_name>`</dd>