You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newOAT\Property(property: 'tag_id', type: 'string', description: 'Filter by tag IDs'),
44
+
newOAT\Property(property: 'created_user_id', type: 'string', description: 'Filter by creator IDs'),
45
+
newOAT\Property(property: 'glass_id', type: 'string', description: 'Filter by glass IDs'),
46
+
newOAT\Property(property: 'cocktail_method_id', type: 'string', description: 'Filter by cocktail method IDs'),
47
+
newOAT\Property(property: 'collection_id', type: 'string', description: 'Filter by collection IDs'),
48
+
newOAT\Property(property: 'favorites', type: 'boolean', description: 'Show only user favorites'),
49
+
newOAT\Property(property: 'on_shelf', type: 'boolean', description: 'Show only cocktails on the user\'s shelf'),
50
+
newOAT\Property(property: 'bar_shelf', type: 'boolean', description: 'Show only cocktails on the bar shelf'),
51
+
newOAT\Property(property: 'user_shelves', type: 'string', description: 'Show only cocktails on the user\'s shelves. Comma separated list of user IDs'),
52
+
newOAT\Property(property: 'shelf_ingredients', type: 'string', description: 'Show only cocktails that can be made with the given ingredients. Used as on-the-fly custom shelf filter'),
53
+
newOAT\Property(property: 'is_public', type: 'boolean', description: 'Show only cocktails with public links'),
54
+
newOAT\Property(property: 'user_rating_min', type: 'string', description: 'Filter by greater than or equal user rating'),
55
+
newOAT\Property(property: 'user_rating_max', type: 'string', description: 'Filter by less than or equal user rating'),
56
+
newOAT\Property(property: 'average_rating_min', type: 'string', description: 'Filter by greater than or equal average rating'),
57
+
newOAT\Property(property: 'average_rating_max', type: 'string', description: 'Filter by less than or equal average rating'),
58
+
newOAT\Property(property: 'abv_min', type: 'string', description: 'Filter by greater than or equal ABV'),
59
+
newOAT\Property(property: 'abv_max', type: 'string', description: 'Filter by less than or equal ABV'),
60
+
newOAT\Property(property: 'main_ingredient_id', type: 'string', description: 'Show only cocktails whose main ingredient is in the given list. Comma separated list of ingredient IDs'),
61
+
newOAT\Property(property: 'total_ingredients', type: 'string', description: 'Filter by total number of ingredients'),
62
+
newOAT\Property(property: 'missing_ingredients', type: 'string', description: 'Filter by total number of missing ingredients'),
63
+
newOAT\Property(property: 'missing_bar_ingredients', type: 'string', description: 'Filter by total number of missing bar ingredients'),
64
+
newOAT\Property(property: 'specific_ingredients', type: 'string', description: 'Show cocktails that contain given ingredient IDs'),
65
+
newOAT\Property(property: 'ignore_ingredients', type: 'string', description: 'Show cocktails that do not contain given ingredient IDs'),
newOAT\Property(property: 'id', type: 'integer', description: 'Filter by ingredient id'),
37
+
newOAT\Property(property: 'name', type: 'string', description: 'Filter by ingredient name (fuzzy search)'),
38
+
newOAT\Property(property: 'name_exact', type: 'string', description: 'Filter by ingredient name (exact match)'),
39
+
newOAT\Property(property: 'origin', type: 'string', description: 'Filter by ingredient origin'),
40
+
newOAT\Property(property: 'created_user_id', type: 'integer', description: 'Filter by user id who created the ingredient'),
41
+
newOAT\Property(property: 'on_shopping_list', type: 'boolean', description: 'Show only ingredients that are on the shopping list'),
42
+
newOAT\Property(property: 'on_shelf', type: 'boolean', description: 'Show only ingredients that are on the shelf'),
43
+
newOAT\Property(property: 'bar_shelf', type: 'boolean', description: 'Show only ingredients that are on the bar shelf'),
44
+
newOAT\Property(property: 'strength_min', type: 'float', description: 'Show only ingredients with strength greater than or equal to given value'),
45
+
newOAT\Property(property: 'strength_max', type: 'float', description: 'Show only ingredients with strength less than or equal to given value'),
46
46
newOAT\Property(property: 'main_ingredients', type: 'string', description: 'Show only ingredients that are used as main ingredients in cocktails'),
47
47
newOAT\Property(property: 'complex', type: 'boolean', description: 'Show only ingredients that can be made with other ingredients'),
48
48
newOAT\Property(property: 'parent_ingredient_id', type: 'integer', description: 'Show only direct children of given ingredient. Use null as value to get ingredients without parent ingredient'),
0 commit comments