cURL
curl --request POST \ --url https://api.example.com/api/v2/concurrency_limits/leases/{lease_id}/renew \ --header 'Content-Type: application/json' \ --data ' { "lease_duration": 300 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The ID of the lease to renew
The duration of the lease in seconds.
60 <= x <= 86400
Successful Response
Was this page helpful?