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

Changes

Changed in 4 of the 6 revisions of this API.123

    • added the new optional request property

      new-optional-request-property

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 63 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the request property

      request-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog