Seasons
Update a season
Update a season. Returns JSON unless otherwise noted.
Authentication
Authorizationbearer tokenRequires podcasts.write — Create and update podcasts, seasons, and episodes.
Path parameters
podcastIdstringrequiredThe podcast identifier.
seasonIdstringrequiredThe season identifier.
Body parameters
application/json
numberintegerrequiredPositive season number.
titlestringOptional public season title.
descriptionstringOptional season description.
Responses
202Accepted; the work continues after the response400The request is invalid401Authentication is missing or invalid403The token does not have the required scope429Rate limit exceeded