diff --git a/doc/registrant-api/v1/domain.md b/doc/registrant-api/v1/domain.md index 5c309ce15..5a4e866be 100644 --- a/doc/registrant-api/v1/domain.md +++ b/doc/registrant-api/v1/domain.md @@ -48,6 +48,10 @@ Content-Type: application/json "statuses": [ "ok" ], + "nameservers": [ + "ns1.bestnames.test", + "ns2.bestnames.test" + ], "reserved": false, "status_notes": {}, "statuses_backup": [] @@ -113,6 +117,10 @@ Content-Type: application/json "statuses": [ "ok" ], + "nameservers": [ + "ns1.bestnames.test", + "ns2.bestnames.test" + ], "reserved": false, "status_notes": {}, "statuses_backup": [] @@ -169,6 +177,10 @@ Content-Type: application/json "statuses": [ "ok" ], + "nameservers": [ + "ns1.bestnames.test", + "ns2.bestnames.test" + ], "reserved": false, "status_notes": {}, "statuses_backup": [] diff --git a/doc/registrant-api/v1/registry_lock.md b/doc/registrant-api/v1/registry_lock.md index 849b27db5..956719ac2 100644 --- a/doc/registrant-api/v1/registry_lock.md +++ b/doc/registrant-api/v1/registry_lock.md @@ -49,6 +49,10 @@ Content-Type: application/json "serverDeleteProhibited", "serverTransferProhibited" ], + "nameservers": [ + "ns1.bestnames.test", + "ns2.bestnames.test" + ], "reserved": false, "status_notes": {}, "statuses_backup": [] @@ -140,6 +144,10 @@ Content-Type: application/json "statuses": [ "ok" ], + "nameservers": [ + "ns1.bestnames.test", + "ns2.bestnames.test" + ], "reserved": false, "status_notes": {}, "statuses_backup": []