Updated API Records (markdown)

Lukas Metzger 2018-03-30 11:14:40 +02:00
parent 8a564017a2
commit 19d20bad18

@ -111,11 +111,11 @@ Not set properties will not be updated.
### Body
```json
{
"?name": "dns.example.com",
"?type": "A",
"?content": "1.2.3.4",
"?priority": 0,
"?ttl": 86400
"name?": "dns.example.com",
"type?": "A",
"content?": "1.2.3.4",
"priority?": 0,
"ttl?": 86400
}
```
### Response