From f385807fc64196a5349da64542befcc27765faa9 Mon Sep 17 00:00:00 2001 From: Equus quagga Date: Thu, 13 Jun 2024 16:30:11 +0200 Subject: [PATCH] Update secrets-sync.mdx (#27356) Remove association mistakenly had two name parameters instead of name and secret_name. --- website/content/api-docs/system/secrets-sync.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/secrets-sync.mdx b/website/content/api-docs/system/secrets-sync.mdx index 4827785d87aa..aeae92edf2f8 100644 --- a/website/content/api-docs/system/secrets-sync.mdx +++ b/website/content/api-docs/system/secrets-sync.mdx @@ -662,7 +662,7 @@ secret was already removed from the external system. - `mount` `(string: )` - Specifies the mount where the secret is located. For example, if you can read a secret with `vault kv get -mount=my-kv my-secret-1`, the mount name is `my-kv`. -- `name` `(string: )` - Specifies the name of the secret to synchronize. For example, if you can read a secret +- `secret_name` `(string: )` - Specifies the name of the secret to synchronize. For example, if you can read a secret with `vault kv get -mount=my-kv my-secret-1`, the secret name is `my-secret-1`. ### Sample payload