Skip to content

Commit

Permalink
doc: update reference to removed method (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendem committed Feb 1, 2023
1 parent a98cbf8 commit 29cf9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvac/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def renew_token(self, token, increment=None, wrap_ttl=None):
:return:
:rtype:
For calls expecting to hit the renew-self endpoint please use the "renew_self_token" method instead
For calls expecting to hit the renew-self endpoint please use the "renew_self" method on "hvac_client.auth.token" instead
"""
params = {
"increment": increment,
Expand Down

0 comments on commit 29cf9d0

Please sign in to comment.