MedijaViki API pagalba
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=unblock
(main | unblock)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Šaltinis: MediaWiki
- Licencija: GPL-2.0-or-later
Atblokuoti naudotoją.
Parametrai:
- id
ID of the block to unblock (obtained through list=blocks). Cannot be used together with user or userid.
- Type: integer
- user
Username, IP address or IP address range to unblock. Cannot be used together with id or userid.
- userid
User ID to unblock. Cannot be used together with id or user.
- Type: integer
- reason
Atblokavimo priežastis.
- Numatytasis: (tuščia)
- tags
Change tags to apply to the entry in the block log.
- Values (separate with | or alternative):
- token
A "csrf" token retrieved from action=query&meta=tokens
- Šis parametras yra reikalingas.
Pavyzdžiai:
- Atblokuoti blokavimo ID #105.
- api.php?action=unblock&id=105 [open in sandbox]
- Atblokuoti vartoją Bob su priežastimi Sorry Bob.
- api.php?action=unblock&user=Bob&reason=Sorry%20Bob [open in sandbox]