Skip to content

Commit

Permalink
feat: generated
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 9, 2024
1 parent f788810 commit 0860ac5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dnsrecord.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ func (r *DNSRecordService) Get(ctx context.Context, zoneID string, dnsRecordID s
return
}

// Overwrite an existing DNS record. Notes:
// Update an existing DNS record.
//
// Notes:
//
// - A/AAAA records cannot exist on the same name as CNAME records.
// - NS records cannot exist on the same name as any other record type.
Expand Down

0 comments on commit 0860ac5

Please sign in to comment.