v1

latestOpenAPI 3.1.02026-07-244861122.7 KB
DDNS Keys

Edit a DDNS key.

Edit the data and hostnames attached to a DDNS key.

put/v1/account/ddns-keys/{ddns_key_username}

Path parameters

ddns_key_usernamestring required

The username identifier of a DDNS key.

Request body

descriptionstring

Example request

{
  "targets": [
    {
      "name": "dns-name",
      "zone_name": "example.com"
    }
  ]
}

Response

Updated