File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
packages/clients/src/api/webhosting/v1 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ export const marshalHostingApiCreateHostingRequest = (
489489 )
490490 : undefined ,
491491 project_id : request . projectId ?? defaults . defaultProjectId ,
492+ skip_welcome_email : request . skipWelcomeEmail ,
492493 tags : request . tags ,
493494} )
494495
Original file line number Diff line number Diff line change @@ -502,6 +502,11 @@ export type HostingApiCreateHostingRequest = {
502502 * domains managed by Scaleway Elements.
503503 */
504504 domainConfiguration ?: CreateHostingRequestDomainConfiguration
505+ /**
506+ * Indicates whether to skip a welcome email to the contact email containing
507+ * hosting info.
508+ */
509+ skipWelcomeEmail ?: boolean
505510}
506511
507512export type HostingApiCreateSessionRequest = {
You can’t perform that action at this time.
0 commit comments