Skip to content

Commit eadb80a

Browse files
authored
feat(webhosting): add support for OneTimePassword (#2048)
1 parent 0e28290 commit eadb80a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/webhosting/v1alpha1/webhosting_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,9 @@ type Hosting struct {
503503
// Protected: whether the hosting is protected or not.
504504
Protected bool `json:"protected"`
505505

506+
// OneTimePassword: one-time-password used for the first login or reset password, empty after first use.
507+
OneTimePassword string `json:"one_time_password"`
508+
506509
// Region: region where the Web Hosting plan is hosted.
507510
Region scw.Region `json:"region"`
508511
}

0 commit comments

Comments
 (0)