MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=csunwatch

(main | csunwatch)
  • Voor deze module zijn leesrechten nodig.
  • This module only accepts POST requests.
  • Bron: CommentStreams
  • Licentie: MIT

Unwatch a comment to no longer be notified when it receives replies

Parameters:
pageid

page ID of the page which holds the comment to be unwatched

Type: integer
title

title of the page which holds the comment to be unwatched

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Voorbeelden:
unwatch comment with page ID 3
api.php?action=csunwatch&pageid=3 [open in de zandbak]
unwatch comment with page title CommentStreams:3
api.php?action=csunwatch&title=CommentStreams:3 [open in de zandbak]