v1.15.0
This commit is contained in:
@@ -18,9 +18,8 @@ type CreateRequest struct {
|
||||
EmailAddress string `url:"emailaddress" json:"emailaddress" validate:"required"`
|
||||
|
||||
// Password of user
|
||||
// Required: false
|
||||
// Default: strongpassword
|
||||
Password string `url:"password,omitempty" json:"password,omitempty"`
|
||||
// Required: true
|
||||
Password string `url:"password" json:"password" validate:"required"`
|
||||
|
||||
// List of apiaccess groups this user belongs to.
|
||||
// Required: false
|
||||
|
||||
@@ -54,9 +54,6 @@ type ItemUser struct {
|
||||
// Mobile
|
||||
Mobile []interface{} `json:"mobile"`
|
||||
|
||||
// Password
|
||||
Password string `json:"passwd"`
|
||||
|
||||
// Protected
|
||||
Protected bool `json:"protected"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user