update_starred
Update the starred status of a podcast episode by providing the podcast UUID, episode UUID, and a boolean flag (true to star, false to unstar).
Instructions
Star or unstar an episode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| podcast_uuid | Yes | Podcast UUID | |
| episode_uuid | Yes | Episode UUID | |
| starred | Yes | true to star, false to unstar |