From 7bb40644363a004db2f88f787fa64cfa620bb943 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 4 Oct 2008 14:30:33 +0000 Subject: [PATCH] Add a meaningful example for list=watchlistraw --- includes/api/ApiQueryWatchlistRaw.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiQueryWatchlistRaw.php b/includes/api/ApiQueryWatchlistRaw.php index d5991c8fcc..fd6192f76e 100644 --- a/includes/api/ApiQueryWatchlistRaw.php +++ b/includes/api/ApiQueryWatchlistRaw.php @@ -169,6 +169,7 @@ class ApiQueryWatchlistRaw extends ApiQueryGeneratorBase { protected function getExamples() { return array ( 'api.php?action=query&list=watchlistraw', + 'api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=revisions', ); } -- 2.20.1