]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: A little more on how to enable the API 2616/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 24 Jun 2015 20:24:16 +0000 (22:24 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 24 Jun 2015 20:24:16 +0000 (22:24 +0200)
docs/markdown/authoritative/settings.md
docs/markdown/httpapi/api_spec.md

index d01099f1ac7095942c978612d6ec07f1091ce01e..dff03e2583bd4519599e645ed80b2cb56ac47642 100644 (file)
@@ -268,6 +268,12 @@ doubles query load. **Do not combine with DNSSEC!**
 
 Enable/Disable DNS update (RFC2136) support.
 
+## `experimental-json-interface`
+* Boolean
+* Default: no
+
+Enable/disable the [JSON API](../httpapi/README.md).
+
 ## `forward-dnsupdates`
 * Boolean
 * Default: no
index b964a73d680066c5bd2a9aba0baa3ae224a0371a..9a8022752fc6df0d628c2140c5d860afb8a24b3e 100644 (file)
@@ -59,8 +59,9 @@ Action/Execute methods return a JSON body of this format:
 Authentication
 --------------
 
-The PowerDNS daemons accept a static API Key, which has to be sent in the
-`X-API-Key` header.
+The PowerDNS daemons accept a static API Key, configured with the
+[`experimental-api-key`]('../authoritative/settings.md#experimental-api-key')
+option, which has to be sent in the `X-API-Key` header.
 
 Note: Authoritative Server 3.4.0 and Recursor 3.6.0 and 3.6.1 use HTTP
 Basic Authentication instead.