Помоћ око Медијавикијевог API-ја

Ово је аутоматски генерисана документација за Медијавики API

Документација и примери: -{R|https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page}-

action=flowthank

(main | flowthank)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Извор: Thanks
  • Лиценца: MIT

Send a public thank-you notification for a Flow comment.

Параметри:
postid

The UUID of the post to thank for.

This parameter is required.
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Пример:
Send thanks for the comment with UUID xyz789
api.php?action=flowthank&postid=xyz789&token=123ABC [open in sandbox]