|
|
@ -20586,10 +20586,13 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"properties": { |
|
|
|
"properties": { |
|
|
|
"currentPassword": { |
|
|
|
"currentPassword": { |
|
|
|
|
|
|
|
"minLength": 8, |
|
|
|
|
|
|
|
"maxLength": 128, |
|
|
|
"type": "string" |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"newPassword": { |
|
|
|
"newPassword": { |
|
|
|
"minLength": 8, |
|
|
|
"minLength": 8, |
|
|
|
|
|
|
|
"maxLength": 128, |
|
|
|
"type": "string" |
|
|
|
"type": "string" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -20638,6 +20641,7 @@ |
|
|
|
"description": "New password", |
|
|
|
"description": "New password", |
|
|
|
"example": "newpassword", |
|
|
|
"example": "newpassword", |
|
|
|
"minLength": 8, |
|
|
|
"minLength": 8, |
|
|
|
|
|
|
|
"maxLength": 128, |
|
|
|
"type": "string" |
|
|
|
"type": "string" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -21658,6 +21662,7 @@ |
|
|
|
"description": "Password of the user", |
|
|
|
"description": "Password of the user", |
|
|
|
"example": "password123456789", |
|
|
|
"example": "password123456789", |
|
|
|
"minLength": 8, |
|
|
|
"minLength": 8, |
|
|
|
|
|
|
|
"maxLength": 128, |
|
|
|
"type": "string" |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"firstname": { |
|
|
|
"firstname": { |
|
|
|