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-resolve
(main | inlinecomments-resolve)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: InlineComments
- License: GPL-2.0-or-later
Mark an inline comment resolved and remove from page
Parameters:
- title
Title of page to resolve comment on. Use this or pageid but not both
- pageid
page id of page to resolve comment on. Use this or pageid but not both
- id
id number of the comment you are resolving
- This parameter is required.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.