action zeno_update_podcast { label: "updatePodcast" description: "Update podcast" provider: zeno method: PUT path: "/api/v2/podcasts/{podcastKey}" encoding: json input: { type: "object" properties: { podcastKey: { type: "string" } } required: ["podcastKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }