Skip to content

Commit

Permalink
Update secrets-sync.mdx (#27356)
Browse files Browse the repository at this point in the history
Remove association mistakenly had two name parameters instead of name and secret_name.
  • Loading branch information
kwagga authored Jun 13, 2024
1 parent b48bc61 commit f385807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/system/secrets-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ secret was already removed from the external system.
- `mount` `(string: <required>)` - 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: <required>)` - Specifies the name of the secret to synchronize. For example, if you can read a secret
- `secret_name` `(string: <required>)` - 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
Expand Down

0 comments on commit f385807

Please sign in to comment.