Skip to content
The No-IP API is in beta and we are actively working on new features and endpoints.

Edit a DDNS key.

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

Edit the data and hostnames attached to a DDNS key.

Path Parameters

ddns_key_username

The username identifier of a DDNS key.

Example: kgp25ha

Body

application/json

Body Sample

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

Body Description

description string
* targets array[object]
name string

The DNS name, not including the zone portion.

Example: dns-name

zone_name string

The name of the zone.

Example: example.com

Response