[18:07:22] Does anybody know how to mark an API edit as a bot edit? I'm using the MediaWiki REST API [18:07:22] https://www.mediawiki.org/wiki/API:REST_API/Reference [18:07:23] I tried adding "bot": True to the request body but got _{"error":"parameter-validation-failed","failureCode":"extraneous-body-fields","name":"bot","failureData":["bot"],"errorKey":"rest-extraneous-body-fields"..._ [18:08:46] True or `true` ? (lowercase) [18:09:07] boolean true [18:09:19] https://www.mediawiki.org/wiki/API:Edit#:~:text=bot,details%29 [18:10:04] this is for the Action API documentation, not the REST one [18:18:02] I don’t see a bot flag in https://en.wikipedia.org/wiki/Special:RestSandbox#/default/put_v1_page__title_ [18:19:10] nor anywhere in `includes/Rest/coreRoutes.json` [18:34:44] yeah, I tried adding even without it being on the documentation haha [18:34:57] I guess I'll have to fallback to the Action API :/