Update the validation approver of a certificate name
eurodns_ssl_update_validation_approverUpdates the SSL certificate validation approver for a specific SAN. Use when the current approver cannot receive the validation email; specify the new approver from the allowed list.
Instructions
Changes the validation method or approver address for one certificate name and returns the updated validation. Use it when the current approver cannot receive the email; the allowed approvers are listed by eurodns_ssl_get_validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | verificationMethod, and for email validation the approver address, chosen from the allowed approvers eurodns_ssl_get_validation lists. | |
| sanName | Yes | Subject Alternative Name exactly as it appears on the certificate, e.g. www.example.com, from eurodns_ssl_get_certificate. | |
| certificateId | Yes | Numeric id of the certificate inside the subscription, from the certificates eurodns_ssl_get_subscription returns. | |
| subscriptionId | Yes | Numeric id of the SSL subscription, from the list eurodns_ssl_get_subscription returns when called without an id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |