v1

latestOpenAPI 3.0.12026-07-17515980.9 KB
DNS

Create a DNS

Body:

{
  "domain": Domain NAME, string, required
  "name": string, required
  "type": string, required
  "content": string, required
  "data": object, optional
  "ttl": integer, required, Must be between 60 and 86400, or 1 for 'automatic'
  "priority": integer, Required for MX, SRV and URI records, unused by other record types
  "proxied": boolean, optional
}
post/dns

Request body

domainstring
namestring
typestring
contentstring
ttlinteger
prioritystring
proxiedboolean

Response

Success

idstring
namestring
typestring
contentstring
ttlinteger
priorityinteger
proxiedboolean
domainstring