From ce89af30f4a02405a88183e094699af7a202101d Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Mon, 1 Nov 2021 15:17:55 -0500 Subject: [PATCH] docs: fix mongodb atlas username template doc (#12992) --- website/content/api-docs/secret/databases/mongodbatlas.mdx | 3 +++ website/content/api-docs/secret/mongodbatlas.mdx | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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