Podcasts
Replace podcast details
This is a complete replacement of editable details; title, description, category, and showType are required.
Authentication
Authorizationbearer tokenRequires podcasts.write — Create and update podcasts, seasons, and episodes.
Path parameters
podcastIdstringrequiredThe podcast identifier.
Body parameters
application/json
titlestringrequiredThe public podcast title.
descriptionstringrequiredA plain-text or HTML show description.
categorystringrequiredThe primary Apple Podcasts category.
showTypeEPISODIC | SERIALrequiredControls episode ordering in compatible podcast clients.
languagestringBCP 47 language code.
explicitbooleanWhether the show 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