Open Context Protocol is live! 🚀 Read the launch post

updateDnsDomainRecord

Update Record

PATCH /domains/{dns-domain}/records/{record-id} HTTP/1.1

Parameters

{
  "name": {
    "description": "The hostname for this DNS record.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "data": {
    "description": "The DNS data for this record type.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "ttl": {
    "description": "Time to Live in seconds.",
    "required": false,
    "location": "body",
    "type": "integer"
  },
  "priority": {
    "description": "DNS priority. Does not apply to all record types.",
    "required": false,
    "location": "body",
    "type": "integer"
  }
}