patch_podcasts_by_id_episode_by_episode_id
Update a specific podcast episode by providing the podcast ID, episode ID, and updated fields.
Instructions
Update a podcast episode.
PATCH /api/podcasts/{id}/episode/{episodeId}
Args: id: Path parameter. episode_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| episode_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |