update_rate
Rate a Plex media item by providing its rating key and numeric rating, with an optional timestamp for when the rating occurred.
Instructions
Rate an item.
PUT /:/rate
Args:
identifier: The identifier of the media provider containing the media to rate. Typically com.plexapp.plugins.library
key: The key of the item to rate. This is the ratingKey found in metadata items
rating: The rating to give the item.
rated_at: The time when the rating occurred. If not present, interpreted as now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| rating | No | ||
| rated_at | No | ||
| identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |