Skip to main content

Update a record set on a DNS Zone

PUT /v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/
v2
PUT
dns-update-record-set

Request

  • dnsZoneIdstring (uuid)
    required

    The ID of the DNSZone to update a record set for.

  • recordSetstring (one of: a, mx, txt, srv, cname)
    required

    The record set to be updated.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PUT \
-d '{}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/dns-zones/f0f86186-0a5a-45b2-aa33-502777496347/record-sets/a