Update password
post/auth/v0.1/user/update-password
Request
Authorization
X-AT
header
apiKey
Body
application/json
oldPasswordThe encrypted and base64 encoded current password of your user account.
string
REQUIRED
passwordThe encrypted and base64 encoded new password for your user account.
string
REQUIRED
confirmationThe encrypted and base64 encoded new password for confirmation.
string
REQUIRED
Response
200Password updated.
403Access denied for this user
422User not updated.
Shell cURL
shellShow schema
json