]> granicus.if.org Git - pdns/commitdiff
Update method superMasterBackend documentation
authorAki Tuomi <cmouse@desteem.org>
Mon, 15 Jun 2015 11:28:10 +0000 (14:28 +0300)
committerAki Tuomi <cmouse@desteem.org>
Mon, 15 Jun 2015 11:28:10 +0000 (14:28 +0300)
docs/markdown/authoritative/backend-remote.md

index cfa3b5901074cdb1e0b02e9a2270d402c7c6ba42..10107e0b4da9b1304880ceba04c3017e0d9a995b 100644 (file)
@@ -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=&gt;name of account
+* Reply: true for success, false for failure. can also return account=&gt;name of account&lt; 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