Was this helpful?
Invoke the RAS Certificate to renew the Let's Encrypt certificate with specified ID.
ID of the Let's Encrypt certificate to be renewed.
No Content
const response = await fetch('/api/Certificates/{id}/Renew', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }