MediaWiki API help

Affiliate recommendation

Explore linguistics, Hebrew, and Bible study books 📚

Interested in how languages work? Discover books on linguistics, phonetics, grammar, etymology, semantics, Hebrew language studies, Biblical Hebrew, modern Hebrew, Bible study resources, commentaries, concordances, and the science of human language.

As an Amazon Associate I earn from qualifying purchases.

This is an auto-generated MediaWiki Action API documentation page.

action=commentedit

(main | commentedit)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: Comments
  • License: GPL-2.0-or-later

The commentedit API allows one to edit a previously existing comment, with the following parameters: pageID, commentId, commentText

Specific parameters:
Other general parameters are available.
pageID

Page ID of the page on which comment is to be edited

This parameter is required.
Type: integer
commentID

Comment ID of the comment to be edited

This parameter is required.
Type: integer
commentText

New comment text

This parameter is required.
token

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

This parameter is required.