© 2024 Parallels International GmbH. All rights reserved.
Invoke the RAS Certificate to retry the Let's Encrypt certificate with specified ID.
ID of the Let's Encrypt certificate to be retried.
No Content
const response = await fetch('/api/Certificates/{id}/Retry', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }