Update Password
PUT/api/auth/password
Updates the authenticated user's password. Sends a confirmation email upon success.
Authentication: Requires Bearer token.
Fields:
- old_password (required): Current password (verified against stored hash)
- password (required): New password (min 8 chars)
- password_confirmation (required): Must match password field
Request
Responses
- 200
Successful response