Page MenuHomePhabricator

API action=review: wrong example on most wikis because it uses not existing parameter flag_accuracy
Open, MediumPublic

Description

Today i noticed that my bot is not working since a long time because there was a parameter change on action=review. There was no breaking change notice on mediawiki api announcements mailing list. That is why i missed it.

The example given by autogenerated api.php help page is not working http://de.wikipedia.org/w/api.php?action=review&revid=12345&token=123AB&flag_accuracy=1&comment=Ok because flag_accuracy parameter does not exists anymore on wikis having only one level (e.g. http://de.wikipedia.org/w/api.php)

On wiki having more than one level this parameter still exists: http://de.wikiquote.org/w/api.php


Version: unspecified
Severity: normal

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:23 AM
bzimport set Reference to bz58498.
bzimport added a subscriber: Unknown Object (MLST).

Change 331134 had a related patch set uploaded (by Georggi199):
Add change tagging support to ApiStabilize

https://gerrit.wikimedia.org/r/331134