create_users_by_id_ratings_by_slug
Update a user's rating and favorite status for a recipe using their user ID and the recipe's slug.
Instructions
Sets the user's rating for a recipe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| slug | Yes | ||
| rating | No | ||
| isFavorite | No | ||
| accept-language | No |