Skip to content
UFW.

Episodes

Replace episode details

This is a complete replacement of editable details; title and type are required.

Authentication

Authorizationbearer token

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

Path parameters

podcastIdstringrequired

The podcast identifier.

episodeIdstringrequired

The episode identifier.

Body parameters

application/json

titlestringrequired

The public episode title.

typeFULL | TRAILER | BONUSrequired

The episode type exposed in the podcast feed.

descriptionstring

A plain-text or HTML episode description.

seasonIdstring

The season this episode belongs to.

episodeNumberinteger

Episode number within the season.

explicitboolean

Whether the episode 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