Update a dns-record
PUT /dns-records/{id}
PUT
/dns-records/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Request Body required
Section titled “Request Body required ”object
data
object
zone
type
required
string
name
required
Relative record name (@, www, mail, …). @ denotes the zone apex.
string
value
required
Record target value (IP address, domain, TXT content, etc.).
string
ttl
integer
weight
integer
priority
Priority for MX and SRV records.
integer
geo_location
string
provider_record_id
Provider-side record identifier (for update/delete operations).
string
Responses
Section titled “ Responses ”Updated
object
data
object
zone
type
required
string
name
required
Relative record name (@, www, mail, …). @ denotes the zone apex.
string
value
required
Record target value (IP address, domain, TXT content, etc.).
string
ttl
integer
weight
integer
priority
Priority for MX and SRV records.
integer
geo_location
string
provider_record_id
Provider-side record identifier (for update/delete operations).
string
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found