diff --git a/scaleway-async/scaleway_async/mongodb/v1alpha1/api.py b/scaleway-async/scaleway_async/mongodb/v1alpha1/api.py index 9667d1fc9..82934d841 100644 --- a/scaleway-async/scaleway_async/mongodb/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/mongodb/v1alpha1/api.py @@ -750,6 +750,8 @@ async def update_snapshot( expires_at: Optional[datetime] = None, ) -> Snapshot: """ + Update a Database Instance snapshot. + Update the parameters of a snapshot of a Database Instance. You can update the `name` and `expires_at` parameters. :param snapshot_id: UUID of the Snapshot. :param region: Region to target. If none is passed will use default region from the config. :param name: Name of the snapshot. diff --git a/scaleway/scaleway/mongodb/v1alpha1/api.py b/scaleway/scaleway/mongodb/v1alpha1/api.py index 6e5ce9d52..383949abf 100644 --- a/scaleway/scaleway/mongodb/v1alpha1/api.py +++ b/scaleway/scaleway/mongodb/v1alpha1/api.py @@ -746,6 +746,8 @@ def update_snapshot( expires_at: Optional[datetime] = None, ) -> Snapshot: """ + Update a Database Instance snapshot. + Update the parameters of a snapshot of a Database Instance. You can update the `name` and `expires_at` parameters. :param snapshot_id: UUID of the Snapshot. :param region: Region to target. If none is passed will use default region from the config. :param name: Name of the snapshot.