We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7c670 commit 0ffaee2Copy full SHA for 0ffaee2
packages/clients/src/api/mongodb/v1alpha1/api.gen.ts
@@ -361,6 +361,14 @@ export class API extends ParentAPI {
361
options,
362
)
363
364
+ /**
365
+ * Update a Database Instance snapshot. Update the parameters of a snapshot of
366
+ * a Database Instance. You can update the `name` and `expires_at`
367
+ * parameters.
368
+ *
369
+ * @param request - The request {@link UpdateSnapshotRequest}
370
+ * @returns A Promise of Snapshot
371
+ */
372
updateSnapshot = (request: Readonly<UpdateSnapshotRequest>) =>
373
this.client.fetch<Snapshot>(
374
{
0 commit comments