Pomoć oko Medijavikijevog API-ja

Ovo je automatski generisana dokumentacija za Medijaviki API

Dokumentacija i primeri: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=echomarkseen

(main | echomarkseen)
  • This module requires read rights.
  • Izvor: Echo
  • Licenca: MIT

Označi obavještenja kao pročitana za trenutni korisnik.

Parametri:
Other general parameters are available.
type

Vrste obavještenja što treba da se označe kao viđena: „alert“, „message“ ili „all“.

This parameter is required.
One of the following values: alert, all, message
timestampFormat

Timestamp format to use for output, 'ISO_8601' or 'MW'. 'MW' is deprecated here, so all clients should switch to 'ISO_8601'. This parameter will be removed, and 'ISO_8601' will become the only output format.

One of the following values: ISO_8601, MW
Default: MW
Primjer:
Označi obavještenja svih vrsta kao pročitana
api.php?action=echomarkseen&type=all [open in sandbox]