diff --git a/website/content/api-docs/secret/databases/mongodbatlas.mdx b/website/content/api-docs/secret/databases/mongodbatlas.mdx index 009f311a1f..87f13d29eb 100644 --- a/website/content/api-docs/secret/databases/mongodbatlas.mdx +++ b/website/content/api-docs/secret/databases/mongodbatlas.mdx @@ -26,6 +26,9 @@ has a number of parameters to further configure a connection. - `public_key` `(string: )` – The Public Programmatic API Key used to authenticate with the MongoDB Atlas API. - `private_key` `(string: )` - The Private Programmatic API Key used to connect with MongoDB Atlas API. - `project_id` `(string: )` - The [Project ID](https://docs.atlas.mongodb.com/api/#project-id) the Database User should be created within. +- `username_template` `(string)` - [Template](/docs/concepts/username-templating) describing how + dynamic usernames are generated. + ### Sample Payload diff --git a/website/content/api-docs/secret/mongodbatlas.mdx b/website/content/api-docs/secret/mongodbatlas.mdx index 5e2d1f918e..03343e4aad 100644 --- a/website/content/api-docs/secret/mongodbatlas.mdx +++ b/website/content/api-docs/secret/mongodbatlas.mdx @@ -25,9 +25,6 @@ In addition to the parameters defined by the Secrets Engines Backend, this plugi - `public_key` `(string: )` – The Public Programmatic API Key used to authenticate with the MongoDB Atlas API. - `private_key` `(string: )` - The Private Programmatic API Key used to connect with MongoDB Atlas API. -- `username_template` `(string)` - [Template](/docs/concepts/username-templating) describing how - dynamic usernames are generated. - ### Sample Payload