Update Podcast Episode
update_episodeModify existing podcast episodes by ID or slug, updating only provided fields such as title, date, art, or media links.
Instructions
Update an episode by id or slug. Send only the fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Episode id or slug | |
| art | No | Episode art path on the site | |
| date | No | Release date as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| slug | No | Unique URL slug, e.g. "more-than-miles-francis-walsh" | |
| blurb | No | ||
| guest | No | ||
| title | No | ||
| number | No | Episode number, unique | |
| appleUrl | No | ||
| published | No | ||
| spotifyUrl | No |