MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=growthinvalidateimagerecommendation
(main | growthinvalidateimagerecommendation)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: GrowthExperiments
- ライセンス: GPL-3.0-or-later
Invalidate an image recommendation.
Calling this API will:
- Reset the "hasrecommendation:image" weighted tag for the article, so the article is no longer returned in search results for image suggestions.
- Add the article to a short-lived cache, which the GrowthExperiments extension's ImageRecommendationFilter consults to decide if the article should be excluded from the user's suggested edits queue when accessed on Special:Homepage or via the action=query&list=growthtasks API.
- Generate and send an event to EventGate to the image-suggestion-feedback stream. This allows improvements in the image suggestion pipeline, as the code in the pipeline can account for user feedback when generating recommendations.
Further reading: mediawiki.org
パラメーター:
その他一般パラメーターが利用可能です。
- tasktype
Task type (top-level or section-level)
- 値 (次の値のいずれか1つ): image-recommendation、section-image-recommendation
- 既定: image-recommendation
- title
Title of the article the image recommendation task is for
- この変数は必須です。
- タイプ : ページタイトル
- 存在しないページでも可。
- filename
The unprefixed filename for the image recommendation, e.g. Foo.jpg
- この変数は必須です。
- sectiontitle
The title of the section the image recommendation is for, e.g. History
- sectionnumber
The 1-based index of the section the image recommendation is for, e.g. 3
- 型: 整数
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。