Skip to content

Commit

Permalink
feat(webhosting): add send welcome email param at hosting creation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Sep 18, 2024
1 parent c7f382d commit 9b97f16
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 @@ -1041,6 +1041,9 @@ type HostingAPICreateHostingRequest struct {

// DomainConfiguration: indicates whether to update hosting domain name servers and DNS records for domains managed by Scaleway Elements.
DomainConfiguration *CreateHostingRequestDomainConfiguration `json:"domain_configuration,omitempty"`

// SkipWelcomeEmail: indicates whether to skip a welcome email to the contact email containing hosting info.
SkipWelcomeEmail *bool `json:"skip_welcome_email,omitempty"`
}

// HostingAPICreateSessionRequest: hosting api create session request.
Expand Down

0 comments on commit 9b97f16

Please sign in to comment.