update_show
Update podcast show metadata including title, author, category, and more. Modify show details by providing the show ID and optional fields.
Instructions
Update a show's metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Show title | |
| author | No | Show author name | |
| show_id | Yes | ID of the show to update | |
| website | No | Show website URL | |
| category | No | Primary podcast category | |
| explicit | No | Whether the show contains explicit content | |
| keywords | No | Comma-separated keywords | |
| language | No | Show language (e.g. 'en') | |
| copyright | No | Copyright notice | |
| image_url | No | URL to show artwork | |
| show_type | No | Show type | |
| time_zone | No | Time zone for the show | |
| description | No | Show description | |
| owner_email | No | Owner email address | |
| secondary_category | No | Secondary podcast category |