Update change list settingsput https://{hostname}/config-dns/v2/changelists/{zone}/settingsUpdates the change list with new Zone settings. The entire Zone object is needed no matter how many fields you're updating.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 ParamscommentstringFree-form user comments.contractIdstringThe contract for this zone.endCustomerIdstringFree-form user identifier for this zone, often used by resellers.mastersarray of stringsFor secondary zones only. The names or addresses of the customer's name servers from which the zone data should be retrieved.mastersADD stringmultiProviderDnssecobjectMulti-provider DNSSEC properties.multiProviderDnssec objectoutboundZoneTransferobjectOutbound zone transfer properties. When enabling outbound zone transfer, all the fields are required. Set tsigKey to null if you don't use it.outboundZoneTransfer objectsignAndServebooleanrequiredWhether DNSSEC Sign&Serve is enabled. Applies to primary and secondary zones only.truefalsesignAndServeAlgorithmstringenumThe algorithm currently or last used for DNSSEC Sign&Serve, either RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, or ECDSA_P384_SHA384. Absent if no algorithm has ever been assigned to this zone.ECDSA_P256_SHA256RSA_SHA1RSA_SHA256RSA_SHA512ECDSA_P256_SHA256ECDSA_P384_SHA384Allowed:RSA_SHA1RSA_SHA256RSA_SHA512ECDSA_P256_SHA256ECDSA_P384_SHA384subzoneGrantsbooleanDetermines if cross-account subzones are enabled. This doesn't impact the ability to create subzones that you're presently authorized to edit.truefalsetargetstringFor ALIAS zones only. The name of the zone whose configuration this zone copies.tsigKeyobjectFor SECONDARY zones only. The TSIG key used for zone transfers.tsigKey objecttypestringenumrequiredThe zone type. A PRIMARY zone's records are stored in Control Center. A SECONDARY zone's records are stored on the customer's name servers. ALIAS zones allow users to duplicate the configuration of an existing zone.PRIMARYSECONDARYALIASAllowed:PRIMARYSECONDARYALIASzonestringrequiredThe name of the zone.Response 204Successful response.Updated about 1 month ago