---
title: "update account"
method: PUT
path: "/cellar/accounts/{accountID}"
tags: ["account"]
---

# update account

`PUT /cellar/accounts/{accountID}`

Change account name

## Path parameters

- `accountID` integer, required

## Request body

- UpdateAccountPayload
  - `name` string, required — Name of account

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/goadesign/apis/the-virtual-wine-cellar.md) · [All operations](https://skmtc.net/goadesign/apis/the-virtual-wine-cellar/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goadesign/the-virtual-wine-cellar/versions/348fc24f05fe/schema)
