v1

latestSwagger 2.0MIT2026-07-17161316.0 KB
bottle

create bottle

Record new bottle

post/cellar/accounts/{accountID}/bottles

Path parameters

accountIDinteger required

Account ID

Request body

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

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

Resource created