Updated API Domains (markdown)

Lukas Metzger 2018-03-21 16:24:09 +01:00
parent 01e68d2c1f
commit bfd9de2495

@ -33,7 +33,8 @@
"id": 2,
"name": "example.com",
"type": "SLAVE",
"master": "12.34.56.78"
"master": "12.34.56.78",
"records": 10
}
]
}
@ -116,7 +117,8 @@ Or for a slave zone:
"id": 1,
"name": "example.com",
"type": "SLAVE",
"master": "12.34.56.78"
"master": "12.34.56.78",
"records": 10
}
```