pub async fn notify_zone(
client: &Arc<Client>,
token: &Arc<String>,
zone_name: &str,
server: &str,
) -> Result<()>Expand description
Notify secondaries about zone changes via HTTP API.
ยงErrors
Returns an error if the HTTP request fails or the notification cannot be sent.