Create Users By Id Ratings By Slug
create_users_by_id_ratings_by_slugAssign a rating to a recipe for a user by providing the recipe slug and rating value. Also optionally mark the recipe as a favorite.
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 |