Update renewal notifications
POST https://daas.digicert.com/apicontroller/v1/certificate/updateRenewalEmailPreference
Use this endpoint to enable or disable renewal notifications for SSL/TLS certificates that are discovered to be expiring soon, regardless of issuing Certificate Authority (CA).
Example requests and responses
Request parameters
Name  | Req/Opt  | Type  | Description  | 
|---|---|---|---|
accountId  | required  | string  | Account ID.  | 
divisionIds  | optional  | array  | User's division IDs.  | 
certificateId  | required  | array  | Unique DigiCert-generated ID for the certificate found on the endpoint. Get the certificate ID from the List certificates request.  | 
renewalEmailPreference  | required  | boolean  | Whether renewal email preference should be enabled or disabled.  | 
Response parameters
Name  | Type  | Description  | 
|---|---|---|
error  | object  | Includes the error code, if any.  | 
data  | object  | Object container for response.  | 
.. data  | string  | Message with information about the request.  |