You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/dns/v1/dns.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@
79
79
"type": "string"
80
80
},
81
81
"name": {
82
-
"description": "name of the record which should be a valid domain according to rfc1035 Section 2.3.4",
82
+
"description": "name of the record which should be a valid domain according to rfc1035 Section 2.3.4. For APEX records (same as zone name), the zone name itself has to be put in here.",
83
83
"example": "example.com.",
84
84
"maxLength": 253,
85
85
"minLength": 1,
@@ -797,7 +797,7 @@
797
797
"type": "string"
798
798
},
799
799
"name": {
800
-
"description": "name of the record which should be a valid domain according to rfc1035 Section 2.3.4",
800
+
"description": "name of the record which should be a valid domain according to rfc1035 Section 2.3.4. For APEX records (same as zone name), the zone name itself has to be put in here.",
0 commit comments