From: Pierce Lopez Date: Tue, 28 Aug 2018 07:47:40 +0000 (-0400) Subject: API docs: fix zone axfr-retrieve description X-Git-Tag: dnsdist-1.3.3~141^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6888%2Fhead;p=thirdparty%2Fpdns.git API docs: fix zone axfr-retrieve description --- 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