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.
- Source: Echo
- License: MIT
वर्तमान सदस्य के लिए अधिसूचनाओं को पठित चिह्नित करें।
Parameters:
- list
अधिसूचनाओं के आई०डी० की सूची जिन्हें पढ़े जाने के तौर पर रेखांकित करना है।
- Separate values with | or alternative.
- Maximum number of values is ५० (५०० for clients that are allowed higher limits).
- unreadlist
अपठित चिह्नित करने के लिए अधिसूचना ID-ओं की एक सूची।
- Separate values with | or alternative.
- Maximum number of values is ५० (५०० for clients that are allowed higher limits).
- all
यदि तय हो, किसी सदस्य की सारे अधिसूचनाओं पढ़े जाने के तौर पर रेखांकित करें।
- Type: boolean (details)
- sections
अनुभागों की सूची जिन्हें पढ़े जाने के तौर पर रेखांकित करना है।
- Values (separate with | or alternative): alert, message
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Examples:
- अधिसूचना ८ को पढ़े जाने के तौर पर चिन्हित करें
- api.php?action=echomarkread&list=8 [open in sandbox]
- सभी अधिसूचनाओं को पढ़े जाने के तौर पर चिन्हित करें
- api.php?action=echomarkread&all=true [open in sandbox]
- अधिसूचना 1 को अपठित चिह्नित करें
- api.php?action=echomarkread&unreadlist=1 [open in sandbox]