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