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 b5c2f13 commit 8dd299fCopy full SHA for 8dd299f
mongodbatlas/cloud_provider_snapshot_restore_jobs.go
@@ -12,7 +12,7 @@ const (
12
13
// CloudProviderSnapshotRestoreJobsService is an interface for interfacing with the CloudProviderSnapshotRestoreJobs
14
// endpoints of the MongoDB Atlas API.
15
-// See more: https://docs.atlas.mongodb.com/reference/api/cloudProviderSnapshotRestoreJobs/
+// See more: https://docs.atlas.mongodb.com/reference/api/cloud-provider-snapshot-restore-jobs/
16
type CloudProviderSnapshotRestoreJobsService interface {
17
List(context.Context, *SnapshotReqPathParameters, *ListOptions) (*CloudProviderSnapshotRestoreJobs, *Response, error)
18
Get(context.Context, *SnapshotReqPathParameters) (*CloudProviderSnapshotRestoreJob, *Response, error)
0 commit comments