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=cseditcomment
(main | cseditcomment)
- Voor deze module zijn leesrechten nodig.
- This module only accepts POST requests.
- Bron: CommentStreams
- Licentie: MIT
Edit an existing comment. Either pageid or title must be provided.
Parameters:
- pageid
page ID of the page which holds the comment to edit
- Type: integer
- title
title of the page which holds the comment to edit
- commenttitle
optional title for comment.
- wikitext
wikitext for comment.
- This parameter is required.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.