MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=globalwatchlistsettings
(main | globalwatchlistsettings)
- This module is internal or unstable. Its operation may change without notice.
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: GlobalWatchlist
- License: GPL-2.0-or-later
Manage global watchlist settings
Parameters:
- sites
Sites to show
- This parameter is required.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- anonfilter
Filter edits by anonymous users
- This parameter is required.
- One of the following values: 0, 1, 2
- botfilter
Filter edits by bots
- This parameter is required.
- One of the following values: 0, 1, 2
- minorfilter
Filter minor edits
- This parameter is required.
- One of the following values: 0, 1, 2
- confirmallsites
Require confirmation to mark all sites as seen
- Type: boolean (details)
- fastmode
Enable fast mode
- Type: boolean (details)
- grouppage
Group results by page
- Type: boolean (details)
- showtypes
Types of changes to show
- Values (separate with | or alternative): edit, log, new
- Default: edit|new|log
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.