Description Usage Arguments Value
Update a beer. Beer will have a status of update_pending after. Note: There may be some beers that do not have a Style. If this is the case a StyleId will be required for update.
1 2 3 4 5 | updateBeer(beerId, name, styleId, description, abv, ibu, glasswareId,
srmId, availableId, isOrganic, isRetired, beerVariationId, year,
foodPairings, servingTemperature, originalGravity, label,
nutritionServingSize, calories, fat, saturatedFat, transFat, cholesterol,
sodium, carbohydrates, dietaryFiber, sugars, protein)
|
beerId |
The beerId |
name |
Required Name of the beer |
styleId |
Required ID corresponding to the appropriate style |
description |
A little bit about the beer |
abv |
ABV percentage of the beer |
ibu |
Measured IBUs of the beer |
glasswareId |
ID corresponding to the appropriate glassware |
srmId |
ID corresponding to the appropriate SRM |
availableId |
ID corresponding to the appropriate beer availability setting |
isOrganic |
Whether or not the beer is certified organic or not Y N Default |
isRetired |
Whether or not the beer is produced or not Y N Default |
beerVariationId |
ID of an existing beer that this beer is a variation of |
year |
Vintage of the beer, if applicable |
foodPairings |
Information about what foods should be paired with the beer |
servingTemperature |
Recommended serving temperature of the beer |
originalGravity |
Measured original gravity of the beer |
label |
Base64 encoded image to be assigned as the beer label |
nutritionServingSize |
Displays the serving size that the nutritional information based on. |
calories |
Total calories in beer based on serving size. Serving size is Required if this is set. |
fat |
Total Fat in beer based on serving size. Serving size is Required if this is set. |
saturatedFat |
Total Saturated Fat in beer based on serving size. Serving size is Required if this is set. |
transFat |
Total Trans Fat in beer based on serving size. Serving size is Required if this is set. |
cholesterol |
Total Cholesterol in beer based on serving size. Serving size is Required if this is set. |
sodium |
Total Sodium in beer based on serving size. Serving size is Required if this is set. |
carbohydrates |
Total Carbohydrates in beer based on serving size. Serving size is Required if this is set. |
dietaryFiber |
Total Dietary Fiber in beer based on serving size. Serving size is Required if this is set. |
sugars |
Total Sugars in beer based on serving size. Serving size is Required if this is set. |
protein |
Total Protein in beer based on serving size. Serving size is Required if this is set. |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.