v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBDNS
Update Record
Replaces an existing DNS record with new data. This is a full overwrite — all required fields (host, type, answer, ttl) must be included in the request body. If you omit a field, the existing value will not be preserved and the request may fail. Use GetRecord beforehand to retrieve the current values if you intend to modify just one field. The record ID must belong to a domain you manage.
put/core/v1/domains/{domainName}/records/{id}
Path parameters
domainNamestring required
DomainName is the zone that the record belongs to.
idinteger required
Unique record id. Value is ignored on Create, and must match the URI on Update.
Request body
Response
A successful response.