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-addreply

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

Add a reply to an inline comment

Specific parameters:
Other general parameters are available.
title

Title of the page to add a reply to. Use this or pageid but not both.

pageid

ID of the page to add a reply to. Use this or title but not both.

id

ID of the comment you are replying to

This parameter is required.
comment

The text of your reply

This parameter is required.
token

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

This parameter is required.