From: Aki Tuomi Date: Fri, 4 Jul 2014 13:41:57 +0000 (+0300) Subject: Document correct HTTP methods used X-Git-Tag: auth-3.4.0-rc1~100^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1504%2Fhead;p=thirdparty%2Fpdns.git Document correct HTTP methods used --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 05108a7de9..f70c0fa7a0 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -21204,7 +21204,7 @@ deletion request. Query: -POST /dnsapi/setdomainmetadata/example.com/PRESIGNED HTTP/1.1 +PATCH /dnsapi/setdomainmetadata/example.com/PRESIGNED HTTP/1.1 Content-Type: application/x-www-form-urlencoded Content-Length: 12 @@ -21355,7 +21355,7 @@ Coefficient: 6S0vhIQITWzqfQSLj+wwRzs6qCvJckHb1+SD1XpwYjSgMTEUlZhf96m8WiaE1/fIt4Z Query: -POST /dnsapi/adddomainkey/example.com +PUT /dnsapi/adddomainkey/example.com Content-Type: application/x-www-form-urlencoded Content-Length: 965 @@ -21733,7 +21733,7 @@ Updates last notified serial for the domain id. Any errors are ignored. Query: -POST /dnsapi/setnotified/1 +PATCH /dnsapi/setnotified/1 Content-Type: application/x-www-form-urlencoded Content-Length: 17 @@ -21939,7 +21939,7 @@ This method replaces a given resource record with new set. The new qtype can be Query: -POST /dnsapi/replacerrset/2/replace.example.com/A +PATCH /dnsapi/replacerrset/2/replace.example.com/A Content-Type: application/x-www-form-urlencoded Content-Length: 135 @@ -22003,7 +22003,7 @@ Asks to feed new record into system. If startTransaction was called, trxId ident Query: -POST /dnsapi/feedrecord/1370416133 +PATCH /dnsapi/feedrecord/1370416133 Content-Type: application/x-www-form-urlencoded Content-Length: 117 @@ -22067,7 +22067,7 @@ This method is used by pdnssec rectify-zone to populate missing non-terminals. T Query: -POST /dnsapi/feedents/2 +PATCH /dnsapi/feedents/2 Content-Type: application/x-www-form-urlencoded Content-Length: 50 @@ -22131,7 +22131,7 @@ Same as , but provides NSEC3 Query: -POST /dnsapi/2/example.com +PATCH /dnsapi/2/example.com Content-Type: application/x-www-form-urlencoded Content-Length: 78