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=commentsubmit

(main | commentsubmit)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo richiede i diritti di scrittura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: Comments
  • Licenza: GPL-2.0-or-later

The commentsubmit API allows to submit/post a comment after filling out the following parameters: pageID, parentID, commentText.

Parametri:
pageID

Page ID of the page on which comment is to be submitted

This parameter is required.
Type: integer
parentID

Comment ID of the parent comment

Type: integer
commentText

Comment Text

This parameter is required.
token

Un token "csrf" recuperato da action=query&meta=tokens

This parameter is required.