MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=echomarkseen

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

Mark notifications as seen for the current user.

Parameters:
token

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

This parameter is required.
type

Type of notifications to mark as seen: 'alert', 'message' or 'all'.

This parameter is required.
One of the following values: alert, message, all
Example:
Mark notifications of all types as seen
api.php?action=echomarkseen&type=all [open in sandbox]