]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs(remote): fix json for getdomaininfo response
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 15:34:44 +0000 (10:34 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 15:34:44 +0000 (10:34 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/backends/remote.rst

index 9a9cec0d078c2991132424b79f97c74fd424ac01..38869ac53fc35c939bc9ee9296e3e7058eb97619 100644 (file)
@@ -925,7 +925,7 @@ Response:
     HTTP/1.1 200 OK
     content-Type: text/javascript: charset=utf-8
 
-    {"result":{id:1,"zone":"example.com","kind":"NATIVE","serial":2002010100}}
+    {"result":{"id":1,"zone":"example.com","kind":"NATIVE","serial":2002010100}}
 
 ``setNotified``
 ~~~~~~~~~~~~~~~