latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Podcast

Update podcast episode title and description

Updates the title and description of a specific podcast episode. The episode must belong to a podcast owned by the authenticated user.

post/podcast/episodes/{episodeId}

Path parameters

episodeIdinteger required

The ID of the episode to update

Request body

titlestring required

New episode title

descriptionstring required

New episode description

Example request

{
  "title": "Updated Episode Title",
  "description": "Updated episode description with more details..."
}

Response

Episode updated successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Episode updated successfully"
}