Authentication

Update user password

patch/v1/auth

Request body

currentPasswordstring required
newPasswordstring required

Password for the account (minimum 10 characters)

Response

Password updated successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes