We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f11ed41 + 2be043c commit c35a958Copy full SHA for c35a958
1 file changed
lib/vault/api/auth_token.rb
@@ -102,7 +102,7 @@ def create_with_role(name, options = {})
102
# Lookup information about the current token.
103
#
104
# @example
105
- # Vault.auth_token.lookup_self("abcd-...") #=> #<Vault::Secret lease_id="">
+ # Vault.auth_token.lookup("abcd-...") #=> #<Vault::Secret lease_id="">
106
107
# @param [String] token
108
# @param [Hash] options
0 commit comments