Skip to main content
POST
Update current password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
old_password
string
required
Example:

"oldpassword123"

new_password
string
required
Example:

"newpassword123"

Response

Password updated