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
Default: MW