v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01970424.3 KB
Password

Set password

Set a new password for the current user

post/auth/password/set

Request body

passwordstring required

Example request

{}

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}