Update change list settings

Updates the change list with new Zone settings. The entire Zone object is needed no matter how many fields you're updating.

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
string

Free-form user comments.

string

The contract for this zone.

string

Free-form user identifier for this zone, often used by resellers.

masters
array of strings

For secondary zones only. The names or addresses of the customer's name servers from which the zone data should be retrieved.

masters
multiProviderDnssec
object

Multi-provider DNSSEC properties.

outboundZoneTransfer
object

Outbound zone transfer properties. When enabling outbound zone transfer, all the fields are required. Set tsigKey to null if you don't use it.

boolean
required

Whether DNSSEC Sign&Serve is enabled. Applies to primary and secondary zones only.

string
enum

The 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.

Allowed:
boolean

Determines if cross-account subzones are enabled. This doesn't impact the ability to create subzones that you're presently authorized to edit.

string

For ALIAS zones only. The name of the zone whose configuration this zone copies.

tsigKey
object

For SECONDARY zones only. The TSIG key used for zone transfers.

string
enum
required

The 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.

Allowed:
string
required

The name of the zone.

Response
204

Successful response.

Language
URL
Response
Click Try It! to start a request and see the response here!