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
सध्याच्या सदस्यासाठी अधिसूचनांवर वाचले अशी खूण करा.
Specific parameters:
Other general parameters are available.
- list
वाचले म्हणून खूण करण्यास अधिसूचना ओळखणींची यादी.
- Separate values with | or alternative.
- Maximum number of values is ५० (५०० for clients that are allowed higher limits).
- unreadlist
वाचले नाही अशी खूण करण्यास अधिसूचनांच्या ओळखणींची यादी.
- 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.
उदाहरणे:
- अधिसूचना क्रमांक ८ वर वाचले अशी खूण करा
- api.php?action=echomarkread&list=8 [open in sandbox]
- सर्व अधिसूचना वाचल्यात अशी खूण करा
- api.php?action=echomarkread&all=true [open in sandbox]
- अधिसूचना १ वर वाचले नाही अशी खूण करा
- api.php?action=echomarkread&unreadlist=1 [open in sandbox]