MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=thank

(main | thank)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: Thanks
  • ライセンス: MIT

編集者に感謝の通知を送信する。

パラメーター:
rev

感謝する版のID。これか、または「log」を指定する必要があります。

型: 整数
The value must be no less than 1.
log

Log ID to thank someone for. This or 'rev' must be provided.

型: 整数
The value must be no less than 1.
token

action=query&meta=tokens から取得した「csrf」トークン

このパラメーターは必須です。
source

A short string describing the source of the request, for example diff or history.

例:
Send thanks for revision ID 456, with the source being a diff page
api.php?action=thank&revid=456&source=diff&token=123ABC [サンドボックスで開く]