Skip to content

Commit

Permalink
fix(mongodb): add missing UpdateSnapshot endpoint in documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 22, 2024
1 parent 8c7c670 commit 8972ecf
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 8972ecf

Please sign in to comment.