Zum Hauptinhalt springen

Update the nameservers of a Domain

PATCH/domains/{domainId}/nameservers/
v2
PATCH
domain-update-domain-nameservers

Request

  • domainIdstring
    required

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"nameservers":["some-hostname.example"]}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/domains/string/nameservers