From: Bishakh Ghosh Date: Fri, 26 May 2023 06:44:55 +0000 (+0530) Subject: Documentation fix in HTTP API - zone.rst X-Git-Tag: rec-5.0.0-alpha1~133^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c32e94c393ef9b4d18d06022b3ae5c972712f03;p=thirdparty%2Fpdns.git Documentation fix in HTTP API - zone.rst --- diff --git a/docs/http-api/zone.rst b/docs/http-api/zone.rst index 3e6addc95f..3adb26042a 100644 --- a/docs/http-api/zone.rst +++ b/docs/http-api/zone.rst @@ -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