set_recipe_rating
Set a recipe's rating (0-5) and favorite flag. Pass -1 to leave a value unchanged.
Instructions
Set the calling user's rating and/or favorite flag for a recipe.
rating: 0-5 (decimals allowed). Pass -1 to leave unchanged. is_favorite: 0=remove, 1=add. Pass -1 to leave unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| rating | No | ||
| is_favorite | No |