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=flowthank

(main | flowthank)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: Thanks
  • License: MIT

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

Parameters:
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.
Example:
Send thanks for the comment with UUID xyz789
api.php?action=flowthank&postid=xyz789&token=123ABC [open in sandbox]