---
title: "update bottle"
method: PATCH
path: "/cellar/accounts/{accountID}/bottles/{bottleID}"
tags: ["bottle"]
---

# update bottle

`PATCH /cellar/accounts/{accountID}/bottles/{bottleID}`

## Path parameters

- `accountID` integer, required
- `bottleID` integer, required

## Request body

- BottlePayload
  - `color` 'red' | 'white' | 'rose' | 'yellow' | 'sparkling'
  - `country` string
  - `name` string
  - `region` string
  - `review` string
  - `sweetness` integer
  - `varietal` string
  - `vineyard` string
  - `vintage` integer

## 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/revisions/348fc24f05fe/schema)
