Skip to content

Commit 389d36b

Browse files
authored
feat(mongodb): make CreateUser.password none optional (scaleway#2288)
1 parent 1bc1d1c commit 389d36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/mongodb/v1alpha1/mongodb_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ type CreateUserRequest struct {
730730
Name string `json:"-"`
731731

732732
// Password: password of the database user.
733-
Password *string `json:"password,omitempty"`
733+
Password string `json:"password"`
734734
}
735735

736736
// DeleteInstanceRequest: delete instance request.

0 commit comments

Comments
 (0)