Openapi
Update the password for the active authenticated session, including recovery sessions established through the password reset flow.
SessionCookie Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
application/json
The replacement password for the current authenticated user.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/auth/password/update" \ -H "Content-Type: application/json" \ -d '{ "password": "NewPassword123!" }'{ "success": true}8 <= length <= 72