Add missing nameserver array to domain endpoint documentation

This commit is contained in:
Maciej Szlosarczyk 2018-10-02 12:02:35 +03:00
parent 5e5162e44e
commit 2d8b196b1e
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 20 additions and 0 deletions

View file

@ -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": []

View file

@ -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": []