From 8ec7393528aa5e3cf4a3afef302a7897713e3d50 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 4 Jul 2014 16:41:57 +0300 Subject: [PATCH] Document correct HTTP methods used --- pdns/docs/pdns.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.47.2