action thetvdb_get_movieupdates { label: "get_movieupdates" description: "Returns all movies ids updated since a given timestamp." provider: thetvdb method: GET path: "/movieupdates" encoding: json output: { type: "object" additionalProperties: true } }