MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=articlefeedbackv5-flag-feedback
(main | articlefeedbackv5-flag-feedback)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: Article Feedback
- License: GPL-2.0-or-later
Flag a feedbackID as abusive or hidden.
Parameters:
- title
Title of the page to flag feedback for. Cannot be used together with pageid
- pageid
ID of the page to flag feedback for. Cannot be used together with title
- Type: integer
- feedbackid
FeedbackID to flag
- This parameter is required.
- flagtype
Type of flag to apply
- This parameter is required.
- One of the following values: helpful, undo-helpful, unhelpful, undo-unhelpful, flag, unflag, autoflag, clear-flags, feature, unfeature, resolve, unresolve, noaction, unnoaction, inappropriate, uninappropriate, archive, unarchive, hide, unhide, autohide, request, unrequest, decline, oversight, unoversight
- note
Information on why the feedback activity occurred
- toggle
The flag is being toggled atomically, only useful for (un)helpful
- Type: boolean (details)
- source
The origin of the flag: article (page), central (feedback page), watchlist (page), permalink
- One of the following values: article, central, watchlist, permalink, unknown