From 4c32e94c393ef9b4d18d06022b3ae5c972712f03 Mon Sep 17 00:00:00 2001 From: Bishakh Ghosh Date: Fri, 26 May 2023 12:14:55 +0530 Subject: [PATCH] Documentation fix in HTTP API - zone.rst --- docs/http-api/zone.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2