Setting TTL with update api

By default, calling the update api will set the ip ttl to 60 seconds (as mentioned in the docs).

Is there a way however to change this value? I tried adding it as a query parameter but it seems to be ignored.

I see it is indeed documented this way. But I always thought that this required a special setting of minimum_ttl on the zone to allow TTLs <3600? (A minimum TTL of 60 is default on dedyn.io sudomains but for regular domains you need to contact support for this. See Domain Management.)

Anyway you could probably set the TTL using the normal API as long as it is ≥ minimum_ttl.

HTH
fiwswe

Thanks fiwswe, the normal API did just the trick!