diff --git a/plugins/modules/storage_box_snapshot.py b/plugins/modules/storage_box_snapshot.py index da8ac57..f0f1522 100644 --- a/plugins/modules/storage_box_snapshot.py +++ b/plugins/modules/storage_box_snapshot.py @@ -29,15 +29,13 @@ options: id: description: - ID of the Storage Box Snapshot to manage. - - Required if no Storage Box Snapshot O(name) is given. - - Only used when updating or deleting a Storage Box Snapshot. + - Required when updating or deleting and if no Storage Box Snapshot O(name) is given. type: int name: description: - Name of the Storage Box Snapshot to manage. - Storage Box Snapshot names are defined by the API and cannot be changed. - - Required if no Storage Box Snapshot O(id) is given. - - Only used when updating or deleting a Storage Box Snapshot. + - Required when updating or deleting and if no Storage Box Snapshot O(id) is given. type: str description: description: