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