Update a TSIG key across zones

This updates the key data for multiple zones at once. Keep in mind that this operation can only add zones to a TSIG key, not remove them. To safely remove the association between a zone and a TSIG key, update the zone to its new TSIG key or remove the key from the zone if you're sure it's no longer needed.

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 TSIG key and zones using it.

key
object
required

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

zones
array of strings
required

Names of zones that should use the key.

zones*
Response
204

The operation was successful. No response data is returned.

Language
URL
LoadingLoading…