GET zones/:zone_identifier/dnssec
PATCH zones/:zone_identifier/dnssec
Besides it is also buggy. I get 500 Internal Server Error
when sending PATCH
@rentanet didn’t get any reply a few months ago
GET zones/:zone_identifier/dnssec
PATCH zones/:zone_identifier/dnssec
Besides it is also buggy. I get 500 Internal Server Error
when sending PATCH
@rentanet didn’t get any reply a few months ago
I just tried it now (1y later) and it works but is still not documented. Use it that way:
Enable
PATCH zones/:zone_identifier/dnssec
{
“status”: “active”
}
Disable
PATCH zones/:zone_identifier/dnssec
{
“status”: “disabled”
}