Update Password
PATCH
/account/password
Updates the authenticated user's password. Requires current authentication.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"password": "string"
}
Responses
Password successfully updated
application/json
JSON
{
}