Skip to content

Commit 583409c

Browse files
authored
docs(domain): update description for dns zone update (#3030)
1 parent c99ffb2 commit 583409c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/domain/v2beta1/domain_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,7 @@ type CloneDNSZoneRequest struct {
22872287

22882288
// CreateDNSZoneRequest: create dns zone request.
22892289
type CreateDNSZoneRequest struct {
2290-
// Domain: domain in which to crreate the DNS zone.
2290+
// Domain: domain in which to create the DNS zone.
22912291
Domain string `json:"domain"`
22922292

22932293
// Subdomain: subdomain of the DNS zone to create.
@@ -3433,7 +3433,7 @@ type UpdateDNSZoneRecordsResponse struct {
34333433

34343434
// UpdateDNSZoneRequest: update dns zone request.
34353435
type UpdateDNSZoneRequest struct {
3436-
// DNSZone: DNS zone to update.
3436+
// DNSZone: the full name of the DNS zone to modify. For a root zone (e.g., example.com), enter `example.com`. For a specific sub-zone (e.g., prod.example.com), enter `prod.example.com`.
34373437
DNSZone string `json:"-"`
34383438

34393439
// NewDNSZone: name of the new DNS zone to create.

0 commit comments

Comments
 (0)