MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=csunwatch
(main | csunwatch)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: CommentStreams
- ライセンス: MIT
Unwatch a comment to no longer be notified when it receives replies
パラメーター:
- pageid
page ID of the page which holds the comment to be unwatched
- 型: 整数
- title
title of the page which holds the comment to be unwatched
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
例:
- unwatch comment with page ID 3
- api.php?action=csunwatch&pageid=3 [サンドボックスで開く]
- unwatch comment with page title CommentStreams:3
- api.php?action=csunwatch&title=CommentStreams:3 [サンドボックスで開く]