Skip to main content
POST
Change Password

Body

application/json

Body of POST /admin/api/v1/auth/change-password.

currentPassword
string
required
newPassword
string
required

Response

Successful Response

Bare-success body for login / logout / change-password.

Login + logout side-effects (session cookie set/cleared) are carried on the HTTP response itself; the body just acknowledges the outcome.

ok
boolean
required
Last modified on May 22, 2026