DNS

Updates a DNS

Body:

{
  "name": string, optional
  "content": string, optional
  "data": object, optional
  "ttl": integer, optional, Must be between 60 and 86400, or 1 for 'automatic'
  "proxied": boolean, optional
}
patch/dns/{dnsId}

Path parameters

dnsIdstring required

DNS id

Request body

namestring
contentstring
ttlinteger
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