Change current password
Authentication
Change current password
Changes the authenticated user’s password. Requires current password for verification. User must be authenticated with a valid JWT token.
POST
Change current password
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token for user authentication
Body
application/json
Current password for verification
Example:
"CurrentPass123!"
New password. Must be at least 10 characters and include at least one number, one lowercase letter, one uppercase letter, and one special character.
Example:
"NewSecurePass123!"
Response
Password changed successfully
Example:
"Password changed successfully"

