We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3f9ce commit deac366Copy full SHA for deac366
hcloud/storage_boxes/client.py
@@ -859,7 +859,7 @@ def get_subaccount_by_username(
859
See https://docs.hetzner.cloud/reference/hetzner#storage-box-subaccounts-list-subaccounts
860
861
:param storage_box: Storage Box to get the Subaccount from.
862
- :param name: User name of the Subaccount.
+ :param username: User name of the Subaccount.
863
"""
864
return self._get_first_by(
865
self.get_subaccount_list,
0 commit comments