MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=cswatch
(main | cswatch)
- This module requires read rights.
- This module only accepts POST requests.
- Source: CommentStreams
- License: MIT
Watch a comment to be notified when it receives replies
Specific parameters:
Other general parameters are available.
- entityid
page ID of the page which holds the comment to be watched
- Type: integer
- title
- Deprecated.
title of the page which holds the comment to be watched
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- watch comment with page ID 3
- api.php?action=cswatch&entityid=3 [open in sandbox]