MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=pagetriageaction
(main | pagetriageaction)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: PageTriage
- License: MIT
Mark an article as reviewed or unreviewed.
Specific parameters:
Other general parameters are available.
- pageid
ID for the page that the action is performed on.
- This parameter is required.
- Type: integer
- reviewed
Whether the page should be marked as reviewed
- One of the following values: 0, 1
- enqueue
Whether the page should be added to PageTriage queue.
- Type: boolean (details)
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
- note
Personal note to page creators from reviewers.
- skipnotif
Whether to skip notification.
- Type: boolean (details)