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=thank
(main | thank)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: Thanks
- License: MIT
Kirim pemberitahuan terima kasih publik kepada seorang penyunting.
Specific parameters:
Other general parameters are available.
- rev
ID Revisi yang ingin diberikan ucapan terima kasih. Ini atau 'log' mesti diberikan.
- Type: integer
- The value must be no less than 1.
- log
ID log yang ingin diucapkan terima kasih. Ini atau 'rev' harus diberikan.
- Type: integer
- The value must be no less than 1.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
- source
Sebuah kata singkat yang menjelaskan sumber permintaan, misalnya diff (beda) arau history (riwayat).
Example:
- Kirimkan terima kasih untuk revisi ID 456, dengan sumber menjadi halaman perbedaannya
- api.php?action=thank&revid=456&source=diff&token=123ABC [open in sandbox]