Replace a record setput https://{hostname}/config-dns/v2/zones/{zone}/names/{name}/types/{type}Replaces an existing Record set with the request body. The name and type need to match the existing record.Path ParamstypestringrequiredThe record set type.namestringrequiredA domain name, including the parent zone.zonestringrequiredThe 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 ParamsnamestringrequiredThe fully qualified domain name (FQDN) of this record.rdataarray of stringsrequiredEach string encodes the rdata for a single record. If you want to have three A records, you need three strings in the array. Each string is encoded in master file format. RFC 1035 defines master file format for most record types.rdata*ADD stringttlintegerrequiredThe number of seconds that this record should live in a resolver's cache before being refetched.typestringrequiredThe record type.Response 200Successful operation.Updated about 1 month ago