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

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

Пазначыць апавяшчэнні для бягучага ўдзельніка як прачытаныя.

Specific parameters:
Other general parameters are available.
list

Спіс ідэнтыфікатараў апавяшчэнняў, якія трэба пазначыць як прачытаныя.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
unreadlist

Спіс ідэнтыфікатараў апавяшчэнняў, якія трэба пазначыць як прачытаныя.

Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
all

Калі зададзена, пазначае ўсе апавяшчэнні ўдзельніка як прачытаныя.

Type: boolean (details)
sections

Спіс раздзелаў, якія трэба пазначыць як прачытаныя.

Values (separate with | or alternative): alert, message
token

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

This parameter is required.
Examples:
Пазначыць апавяшчэнне 8 як прачытанае
api.php?action=echomarkread&list=8 [open in sandbox]
Пазначыць усе апавяшчэнні як прачытаныя
api.php?action=echomarkread&all=true [open in sandbox]
Пазначыць апавяшчэнне 1 як непрачытанае
api.php?action=echomarkread&unreadlist=1 [open in sandbox]