Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/clients/src/api/mongodb/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,14 @@ export class API extends ParentAPI {
options,
)

/**
* 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 request - The request {@link UpdateSnapshotRequest}
* @returns A Promise of Snapshot
*/
updateSnapshot = (request: Readonly<UpdateSnapshotRequest>) =>
this.client.fetch<Snapshot>(
{
Expand Down