Skip to content

Commit c34893e

Browse files
OAS Update
1 parent c1691f0 commit c34893e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

services/dns/v1/dns.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"type": "string"
8080
},
8181
"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.",
8383
"example": "example.com.",
8484
"maxLength": 253,
8585
"minLength": 1,
@@ -797,7 +797,7 @@
797797
"type": "string"
798798
},
799799
"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.",
801801
"example": "example.com.",
802802
"maxLength": 253,
803803
"minLength": 1,
@@ -849,7 +849,11 @@
849849
"PTR",
850850
"ALIAS",
851851
"DNAME",
852-
"CAA"
852+
"CAA",
853+
"CSYNC",
854+
"HINFO",
855+
"SSHFP",
856+
"HTTPS"
853857
],
854858
"example": "A",
855859
"type": "string"

0 commit comments

Comments
 (0)