POST
/
api
/
v1
/
dynamic-secrets
/
leases
/
{leaseId}
/
renew

Path Parameters

leaseId
string
required

The ID of the dynamic secret lease.

Minimum length: 1

Body

application/json
projectSlug
string
required

The slug of the project of the dynamic secret in.

Minimum length: 1
environmentSlug
string
required

The slug of the environment of the dynamic secret in.

Minimum length: 1
ttl
string

The renew TTL that gets added with current expiry (ensure it's below max TTL) for a total less than creation time + max TTL.

path
string
default: /

The path of the dynamic secret in.

Minimum length: 1

Response

200 - application/json
lease
object
required

Was this page helpful?