pub async fn retransfer_zone(
client: &Arc<Client>,
token: &Arc<String>,
zone_name: &str,
server: &str,
) -> Result<()>Expand description
Trigger zone transfer via HTTP API.
ยงErrors
Returns an error if the HTTP request fails or the zone transfer cannot be initiated.