Updated API Records (markdown)

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

@ -106,14 +106,16 @@
## Update record
`PUT /records/{id}`
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