action channel4_episode_guide_feed_series_landing { label: "Episode Guide Feed Series Landing" description: "A feed containing metadata about all series for a specified brand. The \n entries in this feed contain references to each of the series (where \n metadata has been published), with some convenient links.\n\n http://api.channel4.com/pmlsd/brand-web-safe-title/episode-guide.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/father-ted/episode-guide.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}/episode-guide.atom" encoding: json input: { type: "object" properties: { "brand-web-safe-title": { type: "string" } } required: ["brand-web-safe-title"] additionalProperties: false } output: { type: "object" additionalProperties: true } }