MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

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

action=commentvote

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

The commentvote API allows to vote on a comment after filling out the following parameters: commentID, voteValue.

Parameter:
commentID

Comment ID of the comment that is voted for

Dieser Parameter ist erforderlich.
Typ: Ganzzahl
voteValue

Vote value for the comment

Dieser Parameter ist erforderlich.
Typ: Ganzzahl
token

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

Dieser Parameter ist erforderlich.