Update PKI Secret Engine doc for auto-tidy (#19122)

PKI Secret Engine documentation for auto-tidy(https://developer.hashicorp.com/vault/api-docs/secret/pki#configure-automatic-tidy) has a parameter interval_duration(https://developer.hashicorp.com/vault/api-docs/secret/pki#interval_duration). This needs to explicitly call out the default value to be 12 hours.
This commit is contained in:
ram-parameswaran
2023-02-11 07:57:58 +11:00
committed by GitHub
parent 5ff44bd1cb
commit c65f3909e7

View File

@@ -3890,7 +3890,8 @@ The below parameters are in addition to the regular parameters accepted by the
- `interval_duration` `(string: "")` - Specifies the duration between automatic tidy
operations; note that this is from the end of one operation to the start of
the next so the time of the operation itself does not need to be considered.
the next so the time of the operation itself does not need to be considered.
Defaults to 12h
#### Sample Payload