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

Nosūtīt pateicības paziņojumu redaktoram.

Specific parameters:
Other general parameters are available.
rev

Versijas ID, par ko kādam pateikties. Jānorāda tas vai 'log' vērtība.

Type: integer
The value must be no less than 1.
log

Žurnāla ID par ko kādam pateikties. Jānorāda tas vai 'rev' vērtība.

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

Īss teksts, kas apraksta pieprasījuma avotu, piemēram diff vai history.

Examples:
Nosūtīt pateicību par versiju ID 456, kā avotu norādot diff lapu
api.php?action=thank&revid=456&source=diff&token=123ABC [open in sandbox]