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.
- Lähde: Echo
- Lisenssi: MIT
Mark notifications as read for the current user.
Parametrit:
- wikis
List of wikis to mark notification as read (defaults to only current wiki).
- Values (separate with | or alternative): *, f1_varikko_wiki
- Default: f1_varikko_wiki
- list
Luettelo niistä ilmoitusten tunnusnumeroista, jotka voi merkitä luetuiksi.
- 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
Jos tämä on valittu, kaikki käyttäjän ilmoitukset merkitään luetuiksi.
- Type: boolean (details)
- sections
Luettelo osioista, jotka voi merkitä luetuiksi.
- Values (separate with | or alternative): alert, message
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
esimerkkiä:
- Merkitse ilmoitus 8 luetuksi.
- api.php?action=echomarkread&list=8 [avaa hiekkalaatikossa]
- Merkitse kaikki ilmoitukset luetuiksi.
- api.php?action=echomarkread&all=true [avaa hiekkalaatikossa]
- Merkitse ilmoitus 1 lukemattomaksi
- api.php?action=echomarkread&unreadlist=1 [avaa hiekkalaatikossa]