diff --git a/API-Records.md b/API-Records.md index 0c478ac..b209587 100644 --- a/API-Records.md +++ b/API-Records.md @@ -31,7 +31,8 @@ "type": "A", "content": "1.2.3.4", "priority": 0, - "ttl": 86400 + "ttl": 86400, + "domain": 1 } ] } @@ -47,7 +48,8 @@ "type": "A", "content": "1.2.3.4", "priority": 0, - "ttl": 86400 + "ttl": 86400, + "domain": 1 } ``` @@ -64,7 +66,8 @@ "type": "A", "content": "1.2.3.4", "priority": 0, - "ttl": 86400 + "ttl": 86400, + "domain": 1 } ``` @@ -93,7 +96,8 @@ "type": "A", "content": "1.2.3.4", "priority": 0, - "ttl": 86400 + "ttl": 86400, + "domain": 1 } ```