---
title: "POST /api/auth/change-password"
method: POST
path: "/api/auth/change-password"
tags: ["Ai.Tlbx.MidTerm.OpenApi"]
---

# POST /api/auth/change-password

`POST /api/auth/change-password`

## Request body

- ChangePasswordRequest
  - `currentPassword` string, nullable
  - `newPassword` string, required

## Response `200`

OK

- AuthResponse
  - `success` boolean, required
  - `error` string, nullable, required

---

[API](https://skmtc.net/tlbx-ai/apis/tlbx-api.md) · [All operations](https://skmtc.net/tlbx-ai/apis/tlbx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tlbx-ai/tlbx-api/versions/fbbda676c858/schema)
