Pomoć oko Medijavikijevog API-ja

Ovo je automatski generisana dokumentacija za Medijaviki API

Dokumentacija i primeri: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=unblock

(main | unblock)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Izvor: MediaWiki
  • Licenca: GPL-2.0-or-later

Deblokiranje korisnika.

Parametri:
Other general parameters are available.
id

ID of the block to unblock (obtained through list=blocks). Cannot be used together with user.

Type: integer
user

User to unblock. Cannot be used together with id.

Tip: korisnik, po: korisničko ime, IP, Privremeni korisnik, IP opseg i korisnička naznaka (npr. „#12345”)
userid
Deprecated.

Specify user=#ID instead.

Type: integer
reason

Reason for unblock.

Podrazumevano: (nema)
tags

Change tags to apply to the entry in the block log.

Values (separate with | or alternative):
watchuser

Watch the user's or IP address's user and talk pages.

Type: boolean (details)
watchlistexpiry

Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.

Type: expiry (details)
token

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

This parameter is required.