open-vault/website/source/docs/http/sys-renew.html.md
2016-08-08 18:00:44 -04:00

923 B

layout page_title sidebar_current description
http HTTP API: /sys/renew docs-http-lease-renew The `/sys/renew` endpoint is used to renew secrets.

/sys/renew

Description
Renew a secret, requesting to extend the lease.
Method
PUT
URL
`/sys/renew(/)`
Parameters
  • increment optional A requested amount of time in seconds to extend the lease. This is advisory.
  • lease_id required The ID of the lease to extend. This can be specified as part of the URL or in the request body.
Returns
A secret structure.