From: Peter van Dijk Date: Fri, 5 Oct 2012 09:06:02 +0000 (+0000) Subject: clarify HTTP method usage for remotebackend X-Git-Tag: auth-3.2-rc1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=078b1b52ef62aac8309c226ff4aa8e1ca361094d;p=thirdparty%2Fpdns.git clarify HTTP method usage for remotebackend git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2758 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 8697dcc9d8..99e1a82934 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -17460,7 +17460,7 @@ remote-connection-string=unix:command=/path/to/executable HTTP backend calls methods based on URL and has parameters in the query string. - The calls are always GET calls. + Most calls are GET; see the methods listing for details. Replies @@ -17510,23 +17510,23 @@ Method: getTSIGKey Parameters: name Reply: algorithm, content -Method: setDomainMetadata +Method: setDomainMetadata (POST) Parameters: name, kind, value Reply: true or false -Method: addDomainKey +Method: addDomainKey (POST) Parameters: flags, active, content Reply: id-of-key -Method: remoteDomainKey +Method: removeDomainKey (DELETE) Parameters: name, id Reply: true or false -Method: activateDomainKey +Method: activateDomainKey (POST) Parameters: name, id Reply: true or false -Method: deactivateDomainKey +Method: deactivateDomainKey (POST) Parameters: name, id Reply: true or false