action tvmaze_get_user_follows_webchannels_webchannel_id { label: "Check if a webchannel is followed" provider: tvmaze method: GET path: "/user/follows/webchannels/{webchannel_id}" encoding: json output: { type: "object" properties: { _embedded: { type: "object" properties: { webchannel: { type: "object" } } } webchannel_id: { type: "integer" } } } }