I notice the warnings from the API module that the 'watch' parameter is deprecated. This happens even though I switched from using Page.put() to Page.save(), for the latter the watch parameter is not deprecated.
Last time I looked I couldn't find an alternate way to add/remove pages to the bot's watchlist, thus I kept the watch parameter in my save() calls. Is there one? Or should I just ignore the API warnings?
Cheers, Morten