@@ -152,6 +152,7 @@ def delete(self) -> DeleteStorageBoxResponse:
152152
153153 def get_folders (
154154 self ,
155+ * ,
155156 path : str | None = None ,
156157 ) -> StorageBoxFoldersResponse :
157158 """
@@ -271,7 +272,7 @@ def disable_snapshot_plan(
271272 self ,
272273 ) -> BoundAction :
273274 """
274- Disable the snapshot plan a Storage Box.
275+ Disable the snapshot plan of a Storage Box.
275276
276277 See https://docs.hetzner.cloud/reference/hetzner#storage-box-actions-disable-snapshot-plan
277278
@@ -285,7 +286,7 @@ def enable_snapshot_plan(
285286 snapshot_plan : StorageBoxSnapshotPlan ,
286287 ) -> BoundAction :
287288 """
288- Enable the snapshot plan a Storage Box.
289+ Enable the snapshot plan of a Storage Box.
289290
290291 See https://docs.hetzner.cloud/reference/hetzner#storage-box-actions-enable-snapshot-plan
291292
@@ -791,6 +792,7 @@ def get_by_name(self, name: str) -> BoundStorageBox | None:
791792
792793 def get_list (
793794 self ,
795+ * ,
794796 name : str | None = None ,
795797 label_selector : str | None = None ,
796798 sort : list [str ] | None = None ,
@@ -835,6 +837,7 @@ def get_list(
835837
836838 def get_all (
837839 self ,
840+ * ,
838841 name : str | None = None ,
839842 label_selector : str | None = None ,
840843 sort : list [str ] | None = None ,
@@ -971,6 +974,7 @@ def delete(
971974 def get_folders (
972975 self ,
973976 storage_box : BoundStorageBox | StorageBox ,
977+ * ,
974978 path : str | None = None ,
975979 ) -> StorageBoxFoldersResponse :
976980 """
@@ -1206,7 +1210,7 @@ def disable_snapshot_plan(
12061210 storage_box : StorageBox | BoundStorageBox ,
12071211 ) -> BoundAction :
12081212 """
1209- Disable the snapshot plan a Storage Box.
1213+ Disable the snapshot plan of a Storage Box.
12101214
12111215 See https://docs.hetzner.cloud/reference/hetzner#storage-box-actions-disable-snapshot-plan
12121216
@@ -1227,7 +1231,7 @@ def enable_snapshot_plan(
12271231 snapshot_plan : StorageBoxSnapshotPlan ,
12281232 ) -> BoundAction :
12291233 """
1230- Enable the snapshot plan a Storage Box.
1234+ Enable the snapshot plan of a Storage Box.
12311235
12321236 See https://docs.hetzner.cloud/reference/hetzner#storage-box-actions-enable-snapshot-plan
12331237
0 commit comments