Skip to content
UFW.

Podcasts

Replace podcast details

This is a complete replacement of editable details; title, description, category, and showType are required.

Authentication

Authorizationbearer token

Requires podcasts.write Create and update podcasts, seasons, and episodes.

Path parameters

podcastIdstringrequired

The podcast identifier.

Body parameters

application/json

titlestringrequired

The public podcast title.

descriptionstringrequired

A plain-text or HTML show description.

categorystringrequired

The primary Apple Podcasts category.

showTypeEPISODIC | SERIALrequired

Controls episode ordering in compatible podcast clients.

languagestring

BCP 47 language code.

explicitboolean

Whether the show contains explicit material.

Responses

202Accepted; the work continues after the response
400The request is invalid
401Authentication is missing or invalid
403The token does not have the required scope
429Rate limit exceeded