Open Context Protocol is live! 🚀 Read the launch post

updateDnsDomainSoa

Update SOA information

PATCH /domains/{dns-domain}/soa HTTP/1.1

Parameters

{
  "nsprimary": {
    "description": "Set the primary nameserver.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "email": {
    "description": "Set the contact email address.",
    "required": false,
    "location": "body",
    "type": "string"
  }
}