mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
docs: Fix duration format link in kv-v2 docs page (#19768)
This commit is contained in:
parent
6d9a1adc72
commit
34e2b65be6
1 changed files with 2 additions and 2 deletions
|
|
@ -636,8 +636,8 @@ It does not create a new version.
|
|||
to a duration to specify the `deletion_time` for all new versions
|
||||
written to this key. If not set, the backend's `delete_version_after` will be
|
||||
used. If the value is greater than the backend's `delete_version_after`, the
|
||||
backend's `delete_version_after` will be used. Accepts [Go duration
|
||||
format string][duration-godoc].
|
||||
backend's `delete_version_after` will be used. Accepts [duration format
|
||||
strings](/vault/docs/concepts/duration-format).
|
||||
|
||||
- `custom_metadata` `(map<string|string>: nil)` - A map of arbitrary string to string valued user-provided metadata meant
|
||||
to describe the secret.
|
||||
|
|
|
|||
Loading…
Reference in a new issue