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

Set RRSet TTL

PUT /v1/dns/records/{zone_name}/{name}/rrsets/{dnstype}/ttl

Set TTL for an RRSet.

Path Parameters

zone_name

The name of the zone.

Example: example.com

name

The DNS name, not including the zone portion.

Example: dns-name

dnstype

DNS name type supported by API

Example: A

Body

application/json

Body Sample

{
"ttl": 60
}

Body Description

* ttl integer

Time to live (seconds)

Example: 60

Minimum: 0

Response