MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=review
(main | review)
- Questo modulo richiede i diritti di lettura.
- Questo modulo richiede i diritti di scrittura.
- Questo modulo accetta solo richieste POST.
- Fonte: Flagged Revisions
- Licenza: GPL-2.0-or-later
Review a revision by approving or de-approving it.
Parametri:
- revid
The revision ID for which to set the flags.
- token
Un token "csrf" recuperato da action=query&meta=tokens
- Questo parametro è obbligatorio.
- comment
Comment for the review.
- unapprove
If set, revision will be unapproved rather than approved.
- Tipo: booleano (dettagli)
- flag_accuracy
Set the flag accuracy to the specified value.
- Uno dei seguenti valori: 0, 1, 2, 3
- Predefinito: 1
- flag_depth
Set the flag depth to the specified value.
- Uno dei seguenti valori: 0, 1, 2, 3
- Predefinito: 1
- flag_style
Set the flag style to the specified value.
- Uno dei seguenti valori: 0, 1, 2, 3
- Predefinito: 1
Esempio:
- Approve revision 12345 with comment "Ok"
- api.php?action=review&revid=12345&token=123AB&flag_accuracy=1&comment=Ok [apri in una sandbox]