]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Documentation fix in HTTP API - zone.rst 12854/head
authorBishakh Ghosh <ghoshbishakh@gmail.com>
Fri, 26 May 2023 06:44:55 +0000 (12:14 +0530)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 06:44:55 +0000 (12:14 +0530)
docs/http-api/zone.rst

index 3e6addc95ffcba9417a35468d1f29200be1ead81..3adb26042a473cda455d807e80f23c85f7f82140 100644 (file)
@@ -121,7 +121,7 @@ Creating new RRset
 
 .. code-block:: http
 
-  PATCH /api/v1/servers/localhost/example.org. HTTP/1.1
+  PATCH /api/v1/servers/localhost/zones/example.org. HTTP/1.1
   X-API-Key: secret
   Content-Type: application/json
 
@@ -138,7 +138,7 @@ Deleting a RRset
 
 .. code-block:: http
 
-  PATCH /api/v1/servers/localhost/example.org. HTTP/1.1
+  PATCH /api/v1/servers/localhost/zones/example.org. HTTP/1.1
   X-API-Key: secret
   Content-Type: application/json