Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=centralnoticecdncacheupdatebanner
(main | centralnoticecdncacheupdatebanner)
- Ten moduł wymaga praw odczytu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: CentralNotice
- Licencja: GPL-2.0-or-later
Request the purge of banner content stored in the CDN (front-end) cache for anonymous users, for the requested banner and language
Parametry:
Other general parameters are available.
Name of the banner whose content should be purged
- Ten parametr jest wymagany.
Language of the banner content to purge
- Ten parametr jest wymagany.
Token „csrf” pobrany z action=query&meta=tokens
- Ten parametr jest wymagany.
Przykład:
- Purge the content of 'Banner1' from CDN cache, for English
- api.php?action=centralnoticecdncacheupdatebanner&token=ABC123&banner=Banner1&language=en [otwórz w brudnopisie]