MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=jsonconfig
(main | jsonconfig)
- This module requires read rights.
 - Source: JsonConfig
 - License: GPL-2.0-or-later
 
Allows direct access to JsonConfig subsystem.
Parameters:
- command
 Which sub-action to perform on JsonConfig:
- status
 - Shows JsonConfig configuration.
 - reset
 - Clears configurations from cache. Requires title parameter and jsonconfig-reset right.
 - reload
 - Reloads and caches configurations from config store. Requires title parameter and jsonconfig-reset right.
 
- One of the following values: status, reset, reload
 - Default: status
 - namespace
 Namespace number of the title to process.
- Type: integer
 - title
 Title to process without namespace prefix.
- Default: (empty)
 - content
 For command=reload, use this content instead.
- Default: (empty)
 
Examples: