Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ const common_exclude = [
"yarn-error.log",
"*.DS_Store",
"examples-bin",
".idea/",
"*.iml",
];
project.gitignore.exclude(...common_exclude);
project.npmignore.exclude(
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ L3 constructs are called patterns. They’re designed to complete common tasks i
|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
| atlas-basic | The resource lets you create Project, Cluster, DB User and configures IpAccesslist. | [README.md](l3-resources/atlas-basic/README.md) |
| atlas-basic-private-endpoint | Creates a MongoDB Atlas Project, Cluster, DBuser, Private Endpoint and adds an IP entry to the IP Access List. | [README.md](l3-resources/atlas-basic-private-endpoint/README.md) |
| encryption-at-rest-express | The resource lets you create an Atlas Cluster, DB User, add an entry to the IP Access List and sets [Encryption at Rest using Customer Key Management](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Encryption-at-Rest-using-Customer-Key-Management) in your MongoDB Atlas Project. | [README.md](l3-resources/encryption-at-rest-express/README.md) |
| encryption-at-rest-express | The resource lets you create an Atlas Cluster, DB User, add an entry to the IP Access List and sets [Encryption at Rest using Customer Key Management](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-encryption-at-rest-using-customer-key-management) in your MongoDB Atlas Project. | [README.md](l3-resources/encryption-at-rest-express/README.md) |
2 changes: 1 addition & 1 deletion src/l1-resources/access-list-api-key/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Manages the access list entries for the specified organization API key.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Programmatic-API-Keys)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-programmatic-api-keys)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/alert-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns and edits the conditions that trigger alerts and how MongoDB Cloud notif

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Alert-Configurations)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-alert-configurations)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/auditing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns and edits database auditing settings for MongoDB Cloud projects.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Auditing)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-auditing)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/l1-resources/cloud-backup-restore-jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, starts, and cancels Cloud Backup restore jobs.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backup-Restore-Jobs)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups)

## Usage

Expand Down Expand Up @@ -67,4 +67,4 @@ This library is auto-generated and published to all supported programming langua

## License

Distributed under the Apache-2.0 License.
Distributed under the Apache-2.0 License.
4 changes: 2 additions & 2 deletions src/l1-resources/cloud-backup-schedule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This resource allow you to manage cloud backup schedule.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backup-Schedule)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups)

## Usage

Expand Down Expand Up @@ -85,4 +85,4 @@ This library is auto-generated and published to all supported programming langua

## License

Distributed under the Apache-2.0 License.
Distributed under the Apache-2.0 License.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This resource allows you to grant Atlas access to the specified bucket for expor

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backup-Export)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups)

## Usage

Expand Down Expand Up @@ -62,4 +62,4 @@ This library is auto-generated and published to all supported programming langua

## License

Distributed under the Apache-2.0 License.
Distributed under the Apache-2.0 License.
2 changes: 1 addition & 1 deletion src/l1-resources/cloud-backup-snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, takes, and removes Cloud Backup snapshots.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cloud-backups)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/cluster-outage-simulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This resource allows you to Starts a cluster outage simulation..

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Cluster-Outage-Simulation)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-cluster-outage-simulation)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The cluster resource provides access to your cluster configurations. The resourc

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Clusters)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-clusters)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/custom-db-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes custom database user privilege roles.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Custom-Database-Roles)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-custom-database-roles)

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An example resource schema demonstrating some basic constructs and validation ru

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/custom-dns-configuration-cluster-aws)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-aws-clusters-dns)

## Usage

Expand Down Expand Up @@ -63,4 +63,4 @@ This library is auto-generated and published to all supported programming langua

## License

Distributed under the Apache-2.0 License.
Distributed under the Apache-2.0 License.
2 changes: 1 addition & 1 deletion src/l1-resources/data-lake-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Atlas Data Lake takes snapshots of your Atlas cluster, so you can easily analyze

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Data-Lake-Pipelines/operation/createPipeline)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createpipeline)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/database-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes database users.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Database-Users)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-database-users)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/datalakes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes Federated Database Instances.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Lake-Pipelines)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-data-lake-pipelines)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/encryption-at-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns and edits the Encryption at Rest using Customer Key Management configura

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Encryption-at-Rest-using-Customer-Key-Management)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-encryption-at-rest-using-customer-key-management)

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes federation-related features such as role mappi

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Federated-Authentication)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-federated-authentication)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/global-cluster-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, and removes Global Cluster managed namespaces and custom zone map

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Global-Clusters)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-global-clusters)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/ldap-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, edits, verifies, and removes LDAP configurations.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/LDAP-Configuration)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-ldap-configuration)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/ldap-verify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Requests a verification of an LDAP configuration over TLS for an Atlas project.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/LDAP-Configuration)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-ldap-configuration)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/maintenance-window/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The maintenanceWindow resource provides access to retrieve or update the current

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Maintenance-Windows)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-maintenance-windows)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/network-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes network peering containers.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Network-Peering-Containers)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-network-peering-containers)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/network-peering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes network peering containers and peering connect

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Network-Peering)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-network-peering)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/online-archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, or removes an online archive.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Online-Archive)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-online-archive)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/org-invitation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, and edits organizational units in MongoDB Cloud.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Organizations)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-organizations)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, and edits organizational units in MongoDB Cloud.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Organizations)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-organizations)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/private-endpoint-adl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Adds one private endpoint for Federated Database Instances and Online Archives t

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation-Private-Networks)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-data-federation-private-networks)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/private-endpoint-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Creates one private endpoint for the specified cloud service provider. This clou

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Private-Endpoint-Services)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-private-endpoint-services)

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This resource manages the private enpoint regional mode.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Private-Endpoint-Services)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-private-endpoint-services)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/private-endpoint-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Creates one private endpoint for the specified cloud service provider. This clou

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Private-Endpoint-Services)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-private-endpoint-services)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/private-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Private Endpoint creation flow consists of the creation of three related res

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Private-Endpoint-Services)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-private-endpoint-services)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/project-invitation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, send project invitations.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Projects)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-projects)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/project-ip-access-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes network access limits to database deployments

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Project-IP-Access-List)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-project-ip-access-list)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Retrieves or creates projects in any given Atlas organization.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Projects)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-projects)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/l1-resources/resource-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Returns, adds, edits, and removes Atlas resource policies.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Atlas-Resource-Policies)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-resource-policies)

## Usage

Expand Down Expand Up @@ -66,4 +66,4 @@ This library is auto-generated and published to all supported programming langua

## License

Distributed under the Apache-2.0 License.
Distributed under the Apache-2.0 License.
2 changes: 1 addition & 1 deletion src/l1-resources/search-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes search deployments.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Atlas-Search)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-atlas-search)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/search-index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes Atlas indexes for Search or Vector search. Als

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Atlas-Search)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-atlas-search)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/l1-resources/serverless-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Returns, adds, edits, and removes serverless instances.

## MongoDB Atlas API Docs

For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Serverless-Instances)
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-serverless-instances)

## Usage

Expand Down
Loading
Loading