MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=echomarkseen
(main | echomarkseen)
- このモジュールは読み取りの権限を必要とします。
- ソース: Echo
- ライセンス: MIT
Mark notifications as seen for the current user.
パラメーター:
その他一般パラメーターが利用可能です。
- type
既読としてマークする通知の種類:'alert'、'message'、あるいは 'all'。
- この変数は必須です。
- 値 (次の値のいずれか1つ): 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.
- 値 (次の値のいずれか1つ): ISO_8601、MW
- 既定: MW
例:
- Mark notifications of all types as seen
- api.php?action=echomarkseen&type=all [サンドボックスで開く]