Shield NS53Proxy zonesCopy PageUpdate a proxy zone TSIG key by nameput https://{hostname}/config-dns/v2/proxies/{proxyId}/zones/{name}/keyUpdate the proxy zone.Path ParamsproxyIdstringrequiredThe proxy ID you're working with.namestringrequiredThe proxy zone name.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 TSIG key.algorithmstringenumrequiredThe algorithm used to encode the TSIG key's secret data. Possible values are: hmac-md5, hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384, hmac-sha512, or HMAC-MD5.SIG-ALG.REG.INT.hmac-md5hmac-sha1hmac-sha224hmac-sha256hmac-sha384hmac-sha512HMAC-MD5.SIG-ALG.REG.INTAllowed:hmac-md5hmac-sha1hmac-sha224hmac-sha256hmac-sha384hmac-sha512HMAC-MD5.SIG-ALG.REG.INTnamestringrequiredThe name of the TSIG key. This is a name that's unique across all of Akamai's customers. Since the key name is treated like a DNS name, the value is lowercase and the server removes any trailing dots.secretstringrequiredA Base64-encoded string of data. When decoded, it needs to contain the correct number of bits for the chosen algorithm. If the input isn't correctly padded, the server applies the padding.Responses 204Successful operation. 400Bad Request. The request body is missing required data or contains an invalid field value. 401Unauthorized. Your credentials are missing or invalid. 403Forbidden. You don't have permission to manage this proxy zone. 404Not Found. The specified proxy or proxy zone doesn't exist or isn't accessible. 415Unsupported Media Type. The request's Content-Type header is not supported. Use application/json.Updated 4 months ago Get a proxy zone TSIG key by nameDelete a proxy zone TSIG key by nameDid this page help you?YesNo