action thetvdb_put_user_favorites_id { label: "put_user_favorites_id" description: "Adds the supplied series ID to the user’s favorite’s list and returns the updated list." provider: thetvdb method: PUT path: "/user/favorites/{id}" encoding: json output: { type: "object" additionalProperties: true } }