auth
internal

post/api/auth/update

Request body

current_passwordstring nullable

Current password — required if the user already has a password set. Not required for OIDC-only users adding their first password.

new_passwordstring required

New password to set

Response

Password updated

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.7"
  }
}

Changes