Skip to main content
Version: Next

ChangePasswordDto

currentPasswordstringrequired
Example: currentpassword123
newPasswordstringrequired
Example: newpassword456
ChangePasswordDto
{
"currentPassword": "currentpassword123",
"newPassword": "newpassword456"
}