Skip to main content
PUT
Update a domain DNS record

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain_id
string<uuid>
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Body

application/json
type
string
required
Example:

"A"

name
string
required
Example:

"abc.mydomain.com"

ttl
number

TTL in seconds

Required range: x >= 300
Example:

3600

new_resource_records
object[]
removed_resource_records
object[]

Response

DNS record update action started. Check MyKinsta for status

message
string
required
Example:

"Updating a domain DNS record in progress"

status
number
required
Example:

202

operation_id
string
Example:

"domains:update-dns-record-54fb80af-576c-4fdc-ba4f-b596c83f15a1"