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=cseditreply

(main | cseditreply)
  • This module requires read rights.
  • This module only accepts POST requests.
  • Source: CommentStreams
  • License: MIT

Edit an existing reply. Either pageid or title must be provided.

Parameters:
pageid

page ID of the page which holds the reply to edit

Type: integer
title

title of the page which holds the reply to edit

wikitext

wikitext for reply.

This parameter is required.
token

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

This parameter is required.
Examples:
edit reply with page ID 3
api.php?action=cseditreply&pageid=3 [open in sandbox]
edit reply with page title CommentStreams:3
api.php?action=cseditreply&title=CommentStreams:3 [open in sandbox]