action pressassociation_get_channel { label: "Channel Detail" description: "Return the content of the selected channel." provider: pressassociation method: GET path: "/channel/{channelId}" encoding: json input: { type: "object" properties: { aliases: { type: "boolean" } channelId: { type: "string" } } required: ["channelId"] additionalProperties: false } output: { type: "object" } }