Profile
Change Password
Changes the currently logged-in user's password.
post/v1/auth/me/change-password
Request body
Example request
{
"current_password": "OldSecretPassword123!",
"new_password": "NewSecretPassword123!"
}Response
Password changed successfully
Example response
{
"message": "password changed successfully"
}Changes
Changed in 2 of the 18 revisions of this API.3
- ○
api tag
Profileaddedapi-tag-added
- ○
api tag
Authremovedapi-tag-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○