v31

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-07-082421122.2 KB
User

Change user password

Change the user's password

post/auth/change-password

Request body

oldPasswordstring string
newPasswordstring string

Example request

{
  "oldPassword": "password",
  "newPassword": "password"
}

Response

Password changed successfully

statusstring string
messagestring string

Example response

{
  "status": "ok",
  "message": "Password changed successfully"
}