]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: clarify SOA-EDIT-API
authorPeter Thomassen <peter@desec.io>
Fri, 16 Sep 2016 17:50:59 +0000 (14:50 -0300)
committerPeter Thomassen <peter@desec.io>
Fri, 16 Sep 2016 17:50:59 +0000 (14:50 -0300)
docs/markdown/httpapi/api_spec.md

index 02d5517c2cc7a943ffb517e3a702efee9364755d..1b988882b6a7411729ff6b4e8aaefaf0e7c3e7ba 100644 (file)
@@ -384,7 +384,10 @@ Where `Comment` is defined as:
 * `soa_edit_api` MAY be set. If it is set, on changes to the contents of
   a zone made through the API, the SOA record will be edited according to
   the SOA-EDIT-API rules. (Which are the same as the SOA-EDIT-DNSUPDATE rules.)
-  If not set at all during zone creation, defaults to `DEFAULT`.
+  If not set during zone creation, a SOA-EDIT-API metadata record is created
+  and set to `DEFAULT`. (If this record is removed from the backend, the
+  default behaviour is to not do any SOA editing based on this setting. This
+  is different from setting `DEFAULT`.)
   **Note**: Authoritative only.
 
 * `account` MAY be set. Its value is defined by local policy.