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 ### Body
```json ```json
{ {
"?name": "dns.example.com", "name?": "dns.example.com",
"?type": "A", "type?": "A",
"?content": "1.2.3.4", "content?": "1.2.3.4",
"?priority": 0, "priority?": 0,
"?ttl": 86400 "ttl?": 86400
} }
``` ```
### Response ### Response