action thetvdb_get_updated_query { label: "get_updated_query" description: "Returns an array of series that have changed in a maximum of one week blocks since the provided `fromTime`.\n\n\nThe user may specify a `toTime` to grab results for less than a week. Any timespan larger than a week will be reduced down to one week automatically." provider: thetvdb method: GET path: "/updated/query" encoding: json output: { type: "object" additionalProperties: true } }