From 2d8b196b1eed332777ea176b9763cecde7f46534 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 2 Oct 2018 12:02:35 +0300 Subject: [PATCH] Add missing nameserver array to domain endpoint documentation --- doc/registrant-api/v1/domain.md | 12 ++++++++++++ doc/registrant-api/v1/registry_lock.md | 8 ++++++++ 2 files changed, 20 insertions(+) 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": []