rate_shot
Rate a completed espresso shot as like or dislike, or remove its rating using the database key from shot history.
Instructions
Rate a completed shot as 'like', 'dislike', or null (remove rating). Use db_key from shot history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | 'like', 'dislike', or null to remove an existing rating | |
| shot_db_key | Yes | The db_key of the shot to rate (from shot history listing) |