]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo fix 943/head
authorJustin Clift <jclift@redhat.com>
Fri, 9 Aug 2013 09:02:05 +0000 (10:02 +0100)
committerJustin Clift <jclift@redhat.com>
Fri, 9 Aug 2013 09:02:05 +0000 (10:02 +0100)
pdns/docs/web-api.md

index 2e2069c48fb5b64db1db7a27297fdcb8caf8347d..e7065754088883db2afbdd0c233c9cec7611f7b8 100644 (file)
@@ -32,7 +32,7 @@ For now, only enabled if the 'experimental-json-interface' parameter is configur
  * pdns-control  
    Allows you to issue pdns_control commands, as found in a JSON post, in the field 'parameters'
  * zone-rest  
-   RESTful querying and modifying of a zone, for example, request:  http://jsonstat?command=zone-rest&rest=/powerdns.nl/www.powerdns.nl/a
+   RESTful querying and modifying of a zone, for example, request:  http://servername/jsonstat?command=zone-rest&rest=/powerdns.nl/www.powerdns.nl/a
    Supports POST, DELETE, and GET
 
 API calls for the PowerDNS Recursor