Skip to content

Commit

Permalink
[HWORKS-1304] Secret API documentation says you need to provide email…
Browse files Browse the repository at this point in the history
… to get shared ticket, but you should provide username instead (#207)
  • Loading branch information
SirOibaf committed Jun 11, 2024
1 parent 03db2ab commit 9b55968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/hopsworks/core/secret_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def get_secret(self, name: str, owner: str = None):
"""Get a secret.
# Arguments
name: Name of the project.
owner: email of the owner for a secret shared with the current project.
name: Name of the secret.
owner: username of the owner for a secret shared with the current project. Users can find their username in the Account Settings > Profile section.
# Returns
`Secret`: The Secret object
# Raises
Expand Down

0 comments on commit 9b55968

Please sign in to comment.