© 2024 Parallels International GmbH. All rights reserved.
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", "detail": "text", "instance": "text" }