v17

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