From a4437531cbd1b5977a88e3c5557120bda694a829 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 15 Jun 2015 14:28:10 +0300 Subject: [PATCH] Update method superMasterBackend documentation --- docs/markdown/authoritative/backend-remote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index cfa3b59010..10107e0b4d 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -646,7 +646,7 @@ Creates new domain with given record(s) as master servers. IP address is the add * Mandatory: No * Parameters: ip,domain,nsset,account -* Reply: true for success, false for failure. can also return account=>name of account +* Reply: true for success, false for failure. can also return account=>name of account< and nameserver. #### Example JSON/RPC Query: @@ -661,7 +661,7 @@ Response: Alternative response: ``` -{"result":{"account":"my account"}} +{"result":{"account":"my account","nameserver":"ns2.example.com"}} ``` #### Example HTTP/RPC -- 2.47.2