---
title: "PUT /v1/users/{username}/update-password"
method: PUT
path: "/v1/users/{username}/update-password"
tags: ["UserCenter"]
---

# PUT /v1/users/{username}/update-password

`PUT /v1/users/{username}/update-password`

UpdatePassword

## Path parameters

- `username` string, required

## Request body

- UsercenterV1UpdatePasswordRequest
  - `username` string
  - `oldPassword` string
  - `newPassword` string

## Response `200`

OK

## Changes

- **2024-04-03** `ae599f31f558` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onexstack/apis/miniblog-api/changes/v1/users/:username/update-password/put.md)

---

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