Skip to content

Commit feaab91

Browse files
authored
feat(iam): remove send_email in UpdateUserPassword (#2388)
1 parent 3e3531a commit feaab91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/iam/v1alpha1/iam_sdk.go

-3
Original file line numberDiff line numberDiff line change
@@ -2319,9 +2319,6 @@ type UpdateUserPasswordRequest struct {
23192319

23202320
// Password: the new password.
23212321
Password string `json:"password"`
2322-
2323-
// SendEmail: whether or not to send an email alerting the user their password has changed.
2324-
SendEmail bool `json:"send_email"`
23252322
}
23262323

23272324
// UpdateUserRequest: update user request.

0 commit comments

Comments
 (0)