pub async fn thaw_zone(
client: &Arc<Client>,
token: &Arc<String>,
zone_name: &str,
server: &str,
) -> Result<()>Expand description
Thaw a frozen zone to allow dynamic updates via HTTP API.
ยงErrors
Returns an error if the HTTP request fails or the zone cannot be thawed.