MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=echomarkread

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

Mark notifications as read for the current user.

Parameters:
list

Lista de ID-ul de notificare pentru a marca ca fiind citite.

Separate values with | or alternative. Maximum number of values is 50 (500 for bots).
unreadlist

A list of notification IDs to mark as unread.

Separate values with | or alternative. Maximum number of values is 50 (500 for bots).
all

Dacă este setat, marchează toate notificările a unui utilizator ca citite.

Type: boolean (details)
sections

O listă de sectiuni a fi marcată ca citită.

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

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

This parameter is required.
Examples:
Marca notificare 8 ca fiind citită.
api.php?action=echomarkread&list=8 [open in sandbox]
Marchează toate notificările ca find citite.
api.php?action=echomarkread&all=true [open in sandbox]
Mark notification 1 as unread
api.php?action=echomarkread&unreadlist=1 [open in sandbox]