MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

action=commentsubmit

(main | commentsubmit)
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul erfordert Schreibrechte.
  • Dieses Modul akzeptiert nur POST-Anfragen.
  • Quelle: Comments
  • Lizenz: GPL-2.0+

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

Parameter:
pageID

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

Dieser Parameter ist erforderlich.
Typ: Ganzzahl
parentID

Comment ID of the parent comment

Typ: Ganzzahl
commentText

Comment Text

Dieser Parameter ist erforderlich.
token

Ein „csrf“-Token abgerufen von action=query&meta=tokens

Dieser Parameter ist erforderlich.