Retry

Retry

Invoke the RAS Certificate to retry the Let's Encrypt certificate with specified ID.

POST/api/Certificates/{id}/Retry
Path parameters
id*integer (int32)

ID of the Let's Encrypt certificate to be retried.

Response

No Content

Request
const response = await fetch('/api/Certificates/{id}/Retry', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "status": 0,
  "detail": "text",
  "instance": "text"
}

© 2024 Parallels International GmbH. All rights reserved.