Skip to content

Commit f29ed0c

Browse files
authored
feat(webhosting): add domain selected dns configuration (scaleway#2429)
1 parent cefb13e commit f29ed0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/webhosting/v1/webhosting_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,9 @@ type DNSRecords struct {
13891389
// Status: status of the records.
13901390
// Default value: unknown_status
13911391
Status DNSRecordsStatus `json:"status"`
1392+
1393+
// DNSConfig: records dns auto configuration settings.
1394+
DNSConfig []DomainDNSAction `json:"dns_config"`
13921395
}
13931396

13941397
// DatabaseAPIAssignDatabaseUserRequest: database api assign database user request.

0 commit comments

Comments
 (0)