---
title: "Update user password"
method: PATCH
path: "/v1/auth"
tags: ["Authentication"]
---

# Update user password

`PATCH /v1/auth`

## Request body

- UpdatePasswordDto
  - `currentPassword` string, required
  - `newPassword` string, required — Password for the account (minimum 10 characters)

## Response `204`

Password updated successfully

- NoContentResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` union, required — Response data
    - unknown
    - unknown
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/b712097baa9c/schema)
