---
title: "Change password using current one"
method: POST
path: "/api/v1/auth/change-password"
tags: ["Authentication"]
---

# Change password using current one

`POST /api/v1/auth/change-password`

## Request body

- ChangePasswordRequest
  - `oldPassword` string, required
  - `newPassword` string, required

## Response `204`

Password changed

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — No such resource found

---

[API](https://skmtc.dev/ever-co/apis/ever-traduora-api.md) · [All operations](https://skmtc.dev/ever-co/apis/ever-traduora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ever-co/ever-traduora-api/revisions/50176ec21566/schema)
