From: Justin Clift Date: Fri, 9 Aug 2013 09:02:05 +0000 (+0100) Subject: Typo fix X-Git-Tag: rec-3.6.0-rc1~526^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F943%2Fhead;p=thirdparty%2Fpdns.git Typo fix --- diff --git a/pdns/docs/web-api.md b/pdns/docs/web-api.md index 2e2069c48f..e706575408 100644 --- a/pdns/docs/web-api.md +++ b/pdns/docs/web-api.md @@ -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