From 19d20bad183d9fec04fd2830d88002a89d3b10fa Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Fri, 30 Mar 2018 11:14:40 +0200 Subject: [PATCH] Updated API Records (markdown) --- API-Records.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/API-Records.md b/API-Records.md index 3eaf1e7..50662a5 100644 --- a/API-Records.md +++ b/API-Records.md @@ -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