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=inlinecomments-editcomment

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

Edit an inline comment

Specific parameters:
Other general parameters are available.
title

Title of the page to edit a comment at. Use this or pageid but not both.

pageid

ID of the page to edit a comment at. Use this or title but not both.

id

ID of the comment you are editing

This parameter is required.
comment

The text of edited comment

This parameter is required.
existing_comment_idx

The index of the existing comment in the content slot

This parameter is required.
Type: integer
token

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

This parameter is required.