Skip to content

Commit

Permalink
feat: update generated APIs (scaleway#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jun 21, 2024
1 parent 75e45bd commit 275fb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tem/v1alpha1/tem_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ type CreateEmailRequest struct {
Region scw.Region `json:"-"`

// From: sender information. Must be from a checked domain declared in the Project.
From *CreateEmailRequestAddress `json:"from,omitempty"`
From *CreateEmailRequestAddress `json:"from"`

// To: an array of the primary recipient's information.
To []*CreateEmailRequestAddress `json:"to"`
Expand Down

0 comments on commit 275fb7e

Please sign in to comment.