Modify record set for a change listCopy Pagepost https://{hostname}/config-dns/v2/changelists/{zone}/recordsets/add-changeAdds a record set change to this change list. Each change is an operation that affects a single record set: ADD, EDIT, or DELETE.Path ParamszonestringrequiredThe name of the zone.Query ParamsaccountSwitchKeystringFor 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 ParamsA modification of a record set inside a change list.namestringrequiredThe DNS name of this record.opstringenumrequiredThe requested operation. You can ADD, EDIT, or DELETE a record set.ADDEDITDELETEAllowed:ADDEDITDELETErdataarray of stringsData 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.rdataADD stringttlinteger≥ 0The 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.typestringrequiredThe record type.Response 204Successful response.Updated about 1 month ago