From e8b0ea972420af139a4a912a8f0476363239cf04 Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Tue, 28 Aug 2018 03:47:40 -0400 Subject: [PATCH] API docs: fix zone axfr-retrieve description --- docs/http-api/swagger/authoritative-api-swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index ec4a0c7130..9370f60609 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -221,8 +221,8 @@ paths: '/servers/{server_id}/zones/{zone_id}/axfr-retrieve': put: - summary: Send a DNS NOTIFY to all slaves. - description: 'Fails when zone kind is not Master or Slave, or master and slave are disabled in the configuration. Only works for Slave if renotify is on. Clients MUST NOT send a body.' + summary: Retrieve slave zone from its master. + description: 'Fails when zone kind is not Slave, or slave is disabled in the configuration. Clients MUST NOT send a body.' operationId: axfrRetrieveZone tags: - zones -- 2.47.2