v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Podcasts

Update a Specific Podcast

This endpoint updates supplied fields for a specific podcast (also referred to as episode). The PATCH request does not support the X-Degreed-Organization-Code header. <h3>Required Scope</h3>content:write

patch/api/v2/content/podcasts/{id}

Path parameters

idstring required

The ID of the podcast to update.

Request body

Response

Success

Example response

{
  "data": {
    "attributes": {
      "groups-with-access": [],
      "groups-with-access-ids": []
    }
  }
}