Skip to content

Commit 4a81925

Browse files
authored
feat(webhosting): add parent zone domain name (#2636)
1 parent b7ddd98 commit 4a81925

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
@@ -1552,6 +1552,9 @@ type Domain struct {
15521552
// Default value: unknown_zone_owner
15531553
Owner DomainZoneOwner `json:"owner"`
15541554

1555+
// ZoneDomainName: main domain for this zone.
1556+
ZoneDomainName string `json:"zone_domain_name"`
1557+
15551558
// AvailableActions: a list of actions that can be performed on the domain.
15561559
AvailableActions []DomainAction `json:"available_actions"`
15571560

0 commit comments

Comments
 (0)