MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=communityconfigurationedit
(main | communityconfigurationedit)
- 此模块需要读取权限。
- 此模块只允许POST请求。
- 来源:CommunityConfiguration
- 许可协议:GPL-3.0-or-later
Change the content of a configuration provider in Community configuration
具体参数:
其他通用参数可用。
- provider
Provider key
- 这个参数是必需的。
- 以下值中的一个:AutoModerator、Babel、CommunityUpdates、GrowthHomepage、GrowthMentorList、GrowthSuggestedEdits、HelpPanel、Mentorship
- content
The current content of the provider will be replaced with this one. Use JSON to serialize the new content.
- 这个参数是必需的。
- summary
Edit summary
- 默认:(空)
- token
从action=query&meta=tokens取回的“csrf”令牌
- 这个参数是必需的。