update_episode
Update an existing podcast episode by modifying its title, summary, description, status, or other metadata.
Instructions
Update an existing episode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Episode type | |
| title | No | New episode title | |
| author | No | Episode author name | |
| number | No | Episode number | |
| status | No | New episode status | |
| summary | No | New episode summary | |
| explicit | No | Whether the episode contains explicit content | |
| keywords | No | Comma-separated list of keywords | |
| image_url | No | URL to episode artwork | |
| video_url | No | YouTube or video URL | |
| episode_id | Yes | ID of the episode to update | |
| description | No | New episode description (supports HTML) | |
| alternate_url | No | Override the default share URL | |
| season_number | No | New season number | |
| episode_number | No | New episode number (alias for number) | |
| transcript_text | No | Plain text transcript for the episode | |
| email_notifications | No | Override show email notification setting |