latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-141070460.9 KB

9b9326fe08a5

Password

Update password

Update the password of the current user, requires the old password

post/auth/password/update

Headers

x-stack-refresh-tokenstring

Request body

old_passwordstring required
new_passwordstring required

Example request

{}

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}