Skip to main content
PUT
Update DNS record

Authorizations

Authorization
string
header
required

Registrar API Bearer token. Obtain from dashboard at /dashboard/seller/api-access after requesting Registrar API access.

Path Parameters

domain_name
string
required

Domain name (e.g., 'example.com')

record_id
integer
required

DNS record ID

Body

application/json
type
string
Example:

"A"

name
string
Example:

"www"

content
string
Example:

"192.0.2.2"

ttl
integer
Example:

7200

comment
string
priority
integer

Response

DNS record updated successfully

success
boolean
Example:

true

message
string
Example:

"DNS record created successfully"

data
object