Skip to content

Commit 5548c4e

Browse files
authored
fix(webhosting): require domain_name on RemoveCustomDomainRequest (scaleway#2707)
1 parent 1c6568e commit 5548c4e

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
@@ -2216,6 +2216,9 @@ type HostingAPIRemoveCustomDomainRequest struct {
22162216

22172217
// HostingID: hosting ID to which the custom domain is detached from.
22182218
HostingID string `json:"-"`
2219+
2220+
// DomainName: the custom domain name to detach from the hosting.
2221+
DomainName string `json:"domain_name"`
22192222
}
22202223

22212224
// HostingAPIResetHostingPasswordRequest: hosting api reset hosting password request.

0 commit comments

Comments
 (0)