Episodes
Replace episode details
This is a complete replacement of editable details; title and type are required.
Authentication
Authorizationbearer tokenRequires podcasts.write — Create and update podcasts, seasons, and episodes.
Path parameters
podcastIdstringrequiredThe podcast identifier.
episodeIdstringrequiredThe episode identifier.
Body parameters
application/json
titlestringrequiredThe public episode title.
typeFULL | TRAILER | BONUSrequiredThe episode type exposed in the podcast feed.
descriptionstringA plain-text or HTML episode description.
seasonIdstringThe season this episode belongs to.
episodeNumberintegerEpisode number within the season.
explicitbooleanWhether the episode contains explicit material.
Responses
202Accepted; the work continues after the response400The request is invalid401Authentication is missing or invalid403The token does not have the required scope429Rate limit exceeded