]> granicus.if.org Git - pdns/commitdiff
API docs: fix zone axfr-retrieve description
authorPierce Lopez <pierce.lopez@gmail.com>
Tue, 28 Aug 2018 07:47:40 +0000 (03:47 -0400)
committerPierce Lopez <pierce.lopez@gmail.com>
Tue, 28 Aug 2018 07:47:40 +0000 (03:47 -0400)
docs/http-api/swagger/authoritative-api-swagger.yaml

index ec4a0c71305e0a5936d8a2c91d1ef1e4a79bf1e7..9370f6060929d4eb71baeb60bf5bb6c360724643 100644 (file)
@@ -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