aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--calls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/calls.go b/calls.go
index 53e9efe..54e6159 100644
--- a/calls.go
+++ b/calls.go
@@ -33,6 +33,7 @@ func (c *NSRecordInfoCall) expectedStatus() []Status { return []Status{Success}
type NSUpdateRecordsCall struct {
IDs []int `json:"id"`
RecordInfo
+ TestingMode bool `json:"testing"`
}
func (c *NSUpdateRecordsCall) method() string { return "nameserver.updateRecord" }