Ayuda de la API de MediaWiki

Esta es una página de documentación autogenerada de la API de MediaWiki.

Documentación y ejemplos: https://www.mediawiki.org/wiki/API

action=commentvote

(main | commentvote)
  • Este módulo requiere permisos de lectura.
  • Este módulo requiere permisos de escritura.
  • Este módulo solo acepta solicitudes POST.
  • Fuente: Comments
  • Licencia: GPL-2.0-or-later

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

Parámetros:
commentID

Comment ID of the comment that is voted for

Este parámetro es obligatorio.
Tipo: entero
voteValue

Vote value for the comment

Este parámetro es obligatorio.
Tipo: entero
token

A "csrf" token retrieved from action=query&meta=tokens

Este parámetro es obligatorio.