Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Jan 22, 2025
1 parent e360c98 commit 9ccafc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/webhosting/v1/webhosting_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,9 @@ type DNSRecord struct {
// Status: record status.
// Default value: unknown_status
Status DNSRecordStatus `json:"status"`

// RawData: record representation as it appears in the zone file or DNS management system.
RawData string `json:"raw_data"`
}

// Nameserver: nameserver.
Expand Down

0 comments on commit 9ccafc8

Please sign in to comment.