Skip to main content

Update validation dcv method domain

This endpoint allows you to update dcv method of a domain.

info
PUT /ssl/v2/domains/{id}/dcv/method

Attributes

NameTypeDescription
validation_methodstringSee Glossary - Domain Control Validation Method

Sample request body

{
"validation_method": "VALIDATE_DNS"
}