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
Parameters:
- title
Title of page to add reply to. Use this or pageid but not both
- pageid
page id of page to add reply to. Use this or pageid but not both
- id
id number 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.