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=strikevote
(main | strikevote)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: SecurePoll
- License: GPL-2.0-or-later
నిర్వాహకులకు స్ట్రైక్ లేదా అన్ స్ట్రైక్ చేయడానికి అనుమతిస్తుంది.
Specific parameters:
Other general parameters are available.
- option
ఏ చర్య తీసుకోవాలి: ఓటును స్ట్రైక్ లేదా ఆన్ స్ట్రైక్ చేయండి.
- strike
- ఓటు స్ట్రైక్ చేయండి (గణన నుండి తీసివేయండి).
- unstrike
- ఓటును అన్ స్ట్రైక్ చేయండి (దాన్ని గణనకు పునరుద్ధరించండి).
- This parameter is required.
- One of the following values: strike, unstrike
- reason
స్ట్రైక్ లేదా ఆన్ స్ట్రైక్ చేయడానికి కారణం.
- This parameter is required.
- voteid
స్ట్రైక్ లేదా ఆన్ స్ట్రైక్ చేయవల్సిన వోట్ ID.
- This parameter is required.
- Type: integer
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Examples:
- Strike vote 1, giving the reason duplication.
- api.php?action=strikevote&option=strike&reason=duplication&voteid=1&token=123ABC [open in sandbox]
- Unstrike vote 1, giving the reason mistake.
- api.php?action=strikevote&option=unstrike&reason=mistake&voteid=1&token=123ABC [open in sandbox]