Skip to content

Commit a2c1e85

Browse files
authored
fix(mongodb): add missing UpdateSnapshot endpoint in documentation (scaleway#2272)
1 parent 9541ae7 commit a2c1e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/mongodb/v1alpha1/mongodb_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ func (s *API) GetSnapshot(req *GetSnapshotRequest, opts ...scw.RequestOption) (*
14851485
return &resp, nil
14861486
}
14871487

1488-
// UpdateSnapshot:
1488+
// UpdateSnapshot: Update the parameters of a snapshot of a Database Instance. You can update the `name` and `expires_at` parameters.
14891489
func (s *API) UpdateSnapshot(req *UpdateSnapshotRequest, opts ...scw.RequestOption) (*Snapshot, error) {
14901490
var err error
14911491

0 commit comments

Comments
 (0)