Change the automatic renewal setting for a specific domain. This ensures your domain does not expire or allows you to manually disable auto-renewal. The API returns a 'requestId' to track the update.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example registrarlock string reglock string autorenew string epp_code string success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string syncTriggered boolean domainStatus string https://cloud.hostup.se/api/domain-edit/{id} curl -X POST "https://cloud.hostup.se/api/domain-edit/10867" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"registrarlock": "string",
"reglock": "string",
"autorenew": "string",
"epp_code": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string",
"success": true,
"syncTriggered": true,
"domainStatus": "string"
}
} {
"registrarlock": "string",
"reglock": "string",
"autorenew": "string",
"epp_code": "string"
}