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.
  • Fonto: Echo
  • License: MIT

Mark notifications as read for the current user.

Specific parameters:
Other general parameters are available.
wikis

List of wikis to mark notification as read (defaults to only current wiki).

Values (separate with | or alternative): *, scoutwiki_ar, scoutwiki_bn, scoutwiki_cs, scoutwiki_da, scoutwiki_de, scoutwiki_en, scoutwiki_eo, scoutwiki_es, scoutwiki_fi, scoutwiki_fr, scoutwiki_it, scoutwiki_ja, scoutwiki_media, scoutwiki_nl, scoutwiki_pt, scoutwiki_sv, scoutwiki_uk
Default: scoutwiki_eo
list

A list of notification IDs to mark as read.

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

A list of notification IDs to mark as unread.

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

If set, marks all of a user's notifications as read.

Type: boolean (details)
sections

A list of sections to mark as read.

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

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

This parameter is required.