I'm trying to edit a page, and the api documentation says to "set the flag to on" for items like the bot flag, minor flag, etc. How do I set these to on? I'm using a python interface to the api that has a format like "action":"edit" for post requests. I've tried "bot":"true" , "bot":"on" , "bot":"1" etc and I can't seem to get it to work. Thanks for the help!