MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

action=echomarkseen

(main | echomarkseen)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: Echo
  • ライセンス: MIT

Mark notifications as seen for the current user.

パラメーター:
token

action=query&meta=tokens から取得した「csrf」トークン

このパラメーターは必須です。
type

Type of notifications to mark as seen: 'alert', 'message' or 'all'.

このパラメーターは必須です。
値 (次の値のいずれか1つ): alertmessageall
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_8601MW
既定値: MW