File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
scaleway-async/scaleway_async/mongodb/v1alpha1
scaleway/scaleway/mongodb/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ async def update_snapshot(
750750 expires_at : Optional [datetime ] = None ,
751751 ) -> Snapshot :
752752 """
753+ Update a Database Instance snapshot.
754+ Update the parameters of a snapshot of a Database Instance. You can update the `name` and `expires_at` parameters.
753755 :param snapshot_id: UUID of the Snapshot.
754756 :param region: Region to target. If none is passed will use default region from the config.
755757 :param name: Name of the snapshot.
Original file line number Diff line number Diff line change @@ -746,6 +746,8 @@ def update_snapshot(
746746 expires_at : Optional [datetime ] = None ,
747747 ) -> Snapshot :
748748 """
749+ Update a Database Instance snapshot.
750+ Update the parameters of a snapshot of a Database Instance. You can update the `name` and `expires_at` parameters.
749751 :param snapshot_id: UUID of the Snapshot.
750752 :param region: Region to target. If none is passed will use default region from the config.
751753 :param name: Name of the snapshot.
You can’t perform that action at this time.
0 commit comments