diff --git a/api/webhosting/v1/webhosting_sdk.go b/api/webhosting/v1/webhosting_sdk.go index 0dc6f930..02db9cae 100644 --- a/api/webhosting/v1/webhosting_sdk.go +++ b/api/webhosting/v1/webhosting_sdk.go @@ -1389,6 +1389,9 @@ type DNSRecords struct { // Status: status of the records. // Default value: unknown_status Status DNSRecordsStatus `json:"status"` + + // DNSConfig: records dns auto configuration settings. + DNSConfig []DomainDNSAction `json:"dns_config"` } // DatabaseAPIAssignDatabaseUserRequest: database api assign database user request.