File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ def get_snapshot_list(
642642
643643 See https://docs.hetzner.cloud/reference/hetzner#storage-box-snapshots-list-snapshots
644644
645- :param storage_box: Storage Box to get the Snapshot from.
645+ :param storage_box: Storage Box to get the Snapshots from.
646646 :param name: Filter resources by their name. The response will only contain the resources matching exactly the specified name.
647647 :param is_automatic: Filter wether the snapshot was made by a Snapshot Plan.
648648 :param label_selector: Filter resources by labels. The response will only contain resources matching the label selector.
@@ -684,7 +684,7 @@ def get_snapshot_all(
684684
685685 See https://docs.hetzner.cloud/reference/hetzner#storage-box-snapshots-list-snapshots
686686
687- :param storage_box: Storage Box to get the Snapshot from.
687+ :param storage_box: Storage Box to get the Snapshots from.
688688 :param name: Filter resources by their name. The response will only contain the resources matching exactly the specified name.
689689 :param is_automatic: Filter wether the snapshot was made by a Snapshot Plan.
690690 :param label_selector: Filter resources by labels. The response will only contain resources matching the label selector.
You can’t perform that action at this time.
0 commit comments