Dynamic Secrets
Create Lease
POST
/
api
/
v1
/
dynamic-secrets
/
leases
Body
application/json
dynamicSecretName
string
requiredThe name of the dynamic secret.
projectSlug
string
requiredThe slug of the project of the dynamic secret in.
ttl
string
The lease lifetime TTL. If not provided the default TTL of dynamic secret will be used.
path
string
default: /The path of the dynamic secret in.
environmentSlug
string
requiredThe path of the dynamic secret in.
Response
200 - application/json
lease
object
requireddynamicSecret
object
requireddata
any
Was this page helpful?