Skip to content
UFW.

Seasons

Update a season

Update a season. Returns JSON unless otherwise noted.

Authentication

Authorizationbearer token

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

Path parameters

podcastIdstringrequired

The podcast identifier.

seasonIdstringrequired

The season identifier.

Body parameters

application/json

numberintegerrequired

Positive season number.

titlestring

Optional public season title.

descriptionstring

Optional season description.

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