v1

latestSwagger 2.0MIT2026-07-17161316.0 KB
bottle

update bottle

patch/cellar/accounts/{accountID}/bottles/{bottleID}

Path parameters

accountIDinteger required

Account ID

bottleIDinteger required

Request body

color'red' | 'white' | 'rose' | 'yellow' | 'sparkling'
countrystring
namestring
regionstring
reviewstring
sweetnessinteger
varietalstring
vineyardstring
vintageinteger

Example request

{
  "color": "white",
  "country": "USA",
  "name": "Number 8",
  "region": "Napa Valley",
  "review": "Great and inexpensive",
  "sweetness": 1,
  "varietal": "Merlot",
  "vineyard": "Asti",
  "vintage": 2012
}

Response

No Content