---
title: "PUT /podcast-bot/podcasts/{podcastKey}"
method: PUT
path: "/podcast-bot/podcasts/{podcastKey}"
tags: ["Podcast Bot"]
---

# PUT /podcast-bot/podcasts/{podcastKey}

`PUT /podcast-bot/podcasts/{podcastKey}`

Update podcast info

## Path parameters

- `podcastKey` string, required

## Request body

- PBPodcast — Podcast model
  - `key` string
  - `title` string, required
  - `coverArtUrl` string
  - `summary` string
  - `description` string, required
  - `author` string
  - `ownerName` string, required
  - `ownerEmail` string, required
  - `categories` string[], required
  - `language` string, required
  - `link` string
  - `explicit` boolean
  - `rssFeed` string
  - `interviewPodcastKey` string

## Response `200`

OK

---

[API](https://skmtc.net/zeno/apis/aggregators-api-service.md) · [All operations](https://skmtc.net/zeno/apis/aggregators-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeno/aggregators-api-service/versions/cf4d10f16c63/schema)
