Ajuda API da MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=filerevert
(main | filerevert)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
Revert a file to an old version.
Parâmetros:
- filename
Target filename, without the File: prefix.
- Este parâmetro é obrigatório.
- comment
Upload comment.
- Padrão: (vazio)
- archivename
Archive name of the revision to revert to.
- Este parâmetro é obrigatório.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Este parâmetro é obrigatório.
Exemplo:
- Revert Wiki.png to the version of 2011-03-05T15:27:40Z.
- api.php?action=filerevert&filename=Wiki.png&comment=Revert&archivename=20110305152740!Wiki.png&token=123ABC