Modify record set for a change list

Adds a record set change to this change list. Each change is an operation that affects a single record set: ADD, EDIT, or DELETE.

Path Params
string
required

The name of the zone.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params

A modification of a record set inside a change list.

string
required

The DNS name of this record.

string
enum
required

The requested operation. You can ADD, EDIT, or DELETE a record set.

Allowed:
rdata
array of strings

Data strings, representing multiple records within a set. The format of the rdata strings depend on the type of this record. Not used when PATCHing a DELETE operation.

rdata
integer
≥ 0

The number of seconds this record should live in a resolver's cache before being refetched. A value of 0 means the record is uncached. Not used when PATCHing a DELETE operation.

string
required

The record type.

Response
204

Successful response.

Language
URL
LoadingLoading…