MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=centralnoticecdncacheupdatebanner
(main | centralnoticecdncacheupdatebanner)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: CentralNotice
- ライセンス: 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
パラメーター:
その他一般パラメーターが利用可能です。
Name of the banner whose content should be purged
- この変数は必須です。
Language of the banner content to purge
- この変数は必須です。
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
例:
- Purge the content of 'Banner1' from CDN cache, for English
- api.php?action=centralnoticecdncacheupdatebanner&token=ABC123&banner=Banner1&language=en [サンドボックスで開く]