Skip to content

Commit 0ffaee2

Browse files
committed
feat: update generated APIs
1 parent 8c7c670 commit 0ffaee2

File tree

1 file changed

+8
-0
lines changed
  • packages/clients/src/api/mongodb/v1alpha1

1 file changed

+8
-0
lines changed

packages/clients/src/api/mongodb/v1alpha1/api.gen.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,14 @@ export class API extends ParentAPI {
361361
options,
362362
)
363363

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+
*/
364372
updateSnapshot = (request: Readonly<UpdateSnapshotRequest>) =>
365373
this.client.fetch<Snapshot>(
366374
{

0 commit comments

Comments
 (0)