MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=growthsetmenteestatus
(main | growthsetmenteestatus)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: GrowthExperiments
- ライセンス: GPL-3.0-or-later
Set mentee's status (allows mentees to enable/disable mentorship module, or to opt-out entirely, which deletes the mentee/mentor relationship)
パラメーター:
その他一般パラメーターが利用可能です。
- state
New status of the mentee (warning: setting this to optout will permanently deletes mentee/mentor relationship)
- enabled
- Mentorship module is enabled
- disabled
- Mentorship module is fully disabled. This is normally set by the software and used for A/B testing.
- optout
- Mentee opted out from mentorship; mentee/mentor relationship will be deleted, mentorship module will be replaced with a possibility to opt back in
- この変数は必須です。
- 値 (次の値のいずれか1つ): disabled、enabled、optout
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。