MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
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.
Parameters:
- pageid
The article for which to be marked as reviewed or unreviewed.
- This parameter is required.
- Type: integer
- reviewed
Whether the article is reviewed.
- This parameter is required.
- One of the following values: 1, 0
- 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)