Update Auto-Renewal
PUT
/v1/certificates/{id}/renewalEnable or disable the auto-renewal of a certificate order.
Request
Path Params
id
integer
required
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
Success(200)
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"data": {
"id": 103,
"type": "certificateOrder",
"attributes": {
"customerId": 2004,
"sslId": 224,
"type": "SELF_SIGNED",
"status": "ACTIVE",
"domain": "domain.com",
"isWildcard": false,
"isLinkable": true,
"isUsed": false,
"domains": [
{
"id": 2473,
"name": "domain.com",
"boltId": 8944,
"environmentId": 1702
}
],
"autoRenew": false,
"dnsChallenges": [],
"expiresAt": "2025-05-10T12:58:16.000000Z"
}
}
}
Last modified: 7 months ago