v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
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
}