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
submodule=reply (rep)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: Flow
- License: GPL-2.0-or-later
Replies to a post.
Specific parameters:
Other general parameters are available.
- repreplyTo
Post ID to reply to.
- This parameter is required.
- repcontent
Content for new post.
- This parameter is required.
- repformat
Format of the new post (wikitext|html)
- One of the following values: html, wikitext
- Default: wikitext
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.